Skip to content

Commit

Permalink
RestApiClient: use correct RuntimeException
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 22, 2018
1 parent ba84c09 commit 01f82b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Director/Core/RestApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Icinga\Module\Director\Core;

use http\Exception\RuntimeException;
use Icinga\Application\Benchmark;
use RuntimeException;

class RestApiClient
{
Expand Down

0 comments on commit 01f82b2

Please sign in to comment.