icingaweb2/library/Icinga/Exception/MissingParameterException.php

10 lines
120 B
PHP

<?php
namespace Icinga\Exception;
use RuntimeException;
class MissingParameterException extends RuntimeException
{
}