2014-02-14 17:28:11 +01:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
2014-02-14 17:28:11 +01:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
2014-08-25 12:38:34 +02:00
|
|
|
class NotReadableError extends IcingaException
|
2014-02-14 17:28:11 +01:00
|
|
|
{
|
|
|
|
}
|