summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/NotReadableError.php
blob: 6bf2b3c2bc1a55909e381d71397d9c4f701b478a (plain)
1
2
3
4
5
6
7
8
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Exception;

class NotReadableError extends IcingaException
{
}