diamond v2.7.0 (2018-03-07T22:17:16Z)
Dub
Repo
RouteException
diamond
errors
exceptions
routeexception
Undocumented in source.
static if
(
isWeb
)
class
RouteException : Exception {
this
(string message, string fn, size_t ln);
}
Constructors
this
this
(string message, string fn, size_t ln)
Creates a new route exception.
Meta
Source
See Implementation
diamond
errors
exceptions
routeexception
classes
RouteException