<?php
declare(strict_types=1);
namespace Fastknife\Exception;
use \RuntimeException;
class ParamException extends RuntimeException
{
}