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