mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
RestApiClient: use correct RuntimeException
This commit is contained in:
parent
ba84c09392
commit
01f82b2d48
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace Icinga\Module\Director\Core;
|
||||
|
||||
use http\Exception\RuntimeException;
|
||||
use Icinga\Application\Benchmark;
|
||||
use RuntimeException;
|
||||
|
||||
class RestApiClient
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue