SAREhub/PHP_Commons

View on GitHub
src/SAREhub/Commons/Misc/NotFoundParameterException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SAREhub\Commons\Misc;

class NotFoundParameterException extends ParameterException
{

}