mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-05 06:20:11 +02:00
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class NotWritableError extends IcingaException
|
|
{
|
|
}
|