* @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} namespace Icinga\Exception; /** * Class ProgrammingError * @package Icinga\Exception */ class ProgrammingError extends \Exception { }