@jymfony/routing
Version:
Jymfony Routing component
10 lines (8 loc) • 302 B
JavaScript
const ExceptionInterface = Jymfony.Component.Routing.Exception.ExceptionInterface;
/**
* Exception thrown when a parameter is invalid.
*
* @memberOf Jymfony.Component.Routing.Exception
*/
export default class InvalidParameterException extends mix(InvalidArgumentException, ExceptionInterface) {
}