mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-22 01:10:27 -05:00
12 lines
173 B
PHP
12 lines
173 B
PHP
|
|
<?php
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
|
||
|
|
namespace Icinga\Exception;
|
||
|
|
|
||
|
|
use RuntimeException;
|
||
|
|
|
||
|
|
class NotReadableError extends RuntimeException
|
||
|
|
{
|
||
|
|
}
|