mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-08 14:34:29 +02:00
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
use RuntimeException;
|
|
|
|
class MissingParameterException extends RuntimeException
|
|
{
|
|
}
|