2013-06-03 16:14:46 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2013-06-03 16:14:46 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
2013-06-06 16:52:54 +02:00
|
|
|
/**
|
|
|
|
* Class ProgrammingError
|
|
|
|
* @package Icinga\Exception
|
|
|
|
*/
|
2014-08-26 11:15:19 +02:00
|
|
|
class ProgrammingError extends IcingaException
|
2013-06-03 16:14:46 +02:00
|
|
|
{
|
|
|
|
}
|