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