<?php
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Exception;
use RuntimeException;
class NotWritableError extends RuntimeException
{
}