|
<?php
|
|
/* Icinga Web 2 | (c) 2017 Icinga Development Team | GPLv2+ */
|
|
|
|
namespace Icinga\Exception\Json;
|
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
/**
|
|
* Exception thrown by {@link \Icinga\Util\Json} on failure
|
|
*/
|
|
abstract class JsonException extends IcingaException
|
|
{
|
|
}
|