summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/Json/JsonDecodeException.php
blob: 978eb308b08f3b2c8ba893552dd53461d2282e5a (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::decode()} on failure
 */
class JsonDecodeException extends JsonException
{
}