summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/NotWritableError.php
blob: efe1fbb036a27f985f89972a01efdbeceacfce5b (plain)
1
2
3
4
5
6
7
8
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Exception;

class NotWritableError extends IcingaException
{
}