RestApiClient: use correct RuntimeException

This commit is contained in:
Thomas Gelf 2018-11-22 08:25:33 +01:00
parent ba84c09392
commit 01f82b2d48
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
namespace Icinga\Module\Director\Core;
use http\Exception\RuntimeException;
use Icinga\Application\Benchmark;
use RuntimeException;
class RestApiClient
{