class Athena::Routing::Exception::MethodNotAllowed
inherits RuntimeError
Included modules
Athena::Routing::Exception
Constructors
.new(allowed_methods : Enumerable(String), message : String | Nil = nil, cause : ::Exception | Nil = nil)
Methods
#allowed_methods : Array(String)