class Radbas::HttpForbiddenException

Defined in:

radbas-framework/exceptions/http_forbidden_exception.cr

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