icingaweb2/library/Icinga/Protocol/File/Exception/FileReaderException.php
Eric Lippmann 5fa2e3cfdc Revert "Add license header"
This reverts commit 338d067aba41dd6e9178cebec5433eecd614196e.
2015-02-03 16:16:26 +01: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 {}