UNPKG

@jymfony/routing

Version:

Jymfony Routing component

10 lines (8 loc) 293 B
const ResourceNotFoundException = Jymfony.Component.Routing.Exception.ResourceNotFoundException; /** * Exception thrown when no routes are configured. * * @memberOf Jymfony.Component.Routing.Exception */ export default class NoConfigurationException extends ResourceNotFoundException { }