<?php
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Doc\Exception;
use Exception;
/**
* Exception thrown if an error in the documentation module occurs
*/
class DocException extends Exception
{
}