2014-07-21 14:11:08 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
2014-07-21 14:11:08 +02:00
|
|
|
namespace Icinga\Protocol\File;
|
|
|
|
|
2014-09-03 11:12:15 +02:00
|
|
|
use Icinga\Exception\IcingaException;
|
2014-07-21 14:11:08 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception thrown if a file reader specific error occurs
|
|
|
|
*/
|
2017-01-27 14:48:59 +01:00
|
|
|
class FileReaderException extends IcingaException
|
|
|
|
{
|
|
|
|
}
|