2014-02-11 15:27:42 +01:00
|
|
|
<?php
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
2014-06-30 15:18:22 +02:00
|
|
|
namespace Icinga\Module\Doc\Exception;
|
2014-02-11 15:27:42 +01:00
|
|
|
|
2014-07-28 18:53:41 +02:00
|
|
|
use RuntimeException;
|
2014-02-11 15:27:42 +01:00
|
|
|
|
2014-06-30 15:18:22 +02:00
|
|
|
/**
|
2014-07-28 18:53:41 +02:00
|
|
|
* Exception thrown if an error in the documentation module's library occurs
|
2014-06-30 15:18:22 +02:00
|
|
|
*/
|
2014-07-28 18:53:41 +02:00
|
|
|
class DocException extends RuntimeException {}
|