lib: add FileReaderException for file reader specific errors
refs #6722
This commit is contained in:
parent
6df7be7ee5
commit
c5ecbf250d
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Protocol\File;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Exception thrown if a file reader specific error occurs
|
||||
*/
|
||||
class FileReaderException extends RuntimeException {}
|
Loading…
Reference in New Issue