mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
9 lines
83 B
PHP
9 lines
83 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class ProgrammingError extends \Exception
|
|
{
|
|
|
|
}
|