class Radbas::HttpMethodNotAllowedException

Defined in:

radbas-framework/exceptions/http_method_not_allowed_exception.cr

Constructors

Instance Method Summary

Instance methods inherited from class Radbas::HttpException

context : HTTP::Server::Context context, status : HTTP::Status status

Constructor methods inherited from class Radbas::HttpException

new(context : Context, message : String = @status.description, cause : Exception | Nil = nil) new

Constructor Detail

def self.new(context : Context, methods : Array(String)) #

[View source]

Instance Method Detail

def methods : Array(String) #

[View source]