class Athena::Routing::Exception::MethodNotAllowed
- Athena::Routing::Exception::MethodNotAllowed
- RuntimeError
- Exception
- Reference
- Object
Included Modules
Defined in:
exception/method_not_allowed.crConstructors
Instance Method Summary
Constructor Detail
def self.new(allowed_methods : Enumerable(String), message : String | Nil = nil, cause : ::Exception | Nil = nil)
#