. */ namespace SP\Services\Config; use SP\Core\Exceptions\SPException; /** * Class ParameterNotFoundException * * @package SP\Services\Config */ class ParameterNotFoundException extends SPException { }