RestApiClient: use correct RuntimeException
This commit is contained in:
parent
ba84c09392
commit
01f82b2d48
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
namespace Icinga\Module\Director\Core;
|
namespace Icinga\Module\Director\Core;
|
||||||
|
|
||||||
use http\Exception\RuntimeException;
|
|
||||||
use Icinga\Application\Benchmark;
|
use Icinga\Application\Benchmark;
|
||||||
|
use RuntimeException;
|
||||||
|
|
||||||
class RestApiClient
|
class RestApiClient
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue