mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-04 14:50:10 +02:00
13 lines
264 B
PHP
13 lines
264 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Module\Doc\Exception;
|
|
|
|
use RuntimeException;
|
|
|
|
/**
|
|
* Exception thrown if an error in the documentation module's library occurs
|
|
*/
|
|
class DocException extends RuntimeException {}
|