mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 09:31:31 -04:00
8 lines
83 B
PHP
8 lines
83 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
class ProgrammingError extends \Exception
|
|
{
|
|
|
|
}
|