class Athena::Routing::Exception::MethodNotAllowed

Included Modules

Defined in:

exception/method_not_allowed.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(allowed_methods : Enumerable(String), message : String | Nil = nil, cause : ::Exception | Nil = nil) #

[View source]

Instance Method Detail

def allowed_methods : Array(String) #

[View source]