mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-10 17:00:14 +02:00
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…
x
Reference in New Issue
Block a user