icingaweb2/library/Icinga/Protocol/File/Exception/FileReaderException.php
2014-09-03 11:14:22 +02:00

11 lines
199 B
PHP

<?php
namespace Icinga\Protocol\File;
use Icinga\Exception\IcingaException;
/**
* Exception thrown if a file reader specific error occurs
*/
class FileReaderException extends IcingaException {}