summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Protocol/File/Exception/FileReaderException.php
blob: 237352c49b0b32209e300f77b13ddfb2d9f8fa80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
namespace Icinga\Protocol\File;

use Icinga\Exception\IcingaException;

/**
 * Exception thrown if a file reader specific error occurs
 */
class FileReaderException extends IcingaException
{
}