blob: 0bcc6c017578aa71b32733ed90fa39fc30d91ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/* Icinga Web 2 | (c) 2017 Icinga Development Team | GPLv2+ */
namespace Icinga\Exception\Json;
/**
* Exception thrown by {@link \Icinga\Util\Json::encode()} on failure
*/
class JsonEncodeException extends JsonException
{
}
|