Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
signaling_server
master
Top Level Namespace
BadRequestException
ForbiddenException
HTTPException
NotFoundException
ServerException
SetOutputContentType
UnauthorizedException
Built with Crystal 1.9.2
2023-10-07 20:30:32 UTC
class
ForbiddenException
ForbiddenException
HTTPException
ServerException
Exception
Reference
Object
Overview
An exception type for the Unauthorized HTTP status.
Defined in:
exceptions.cr
Constructors
.new
(message, data : Hash(String, String) | Nil =
nil
)
Instance methods inherited from class
HTTPException
code : Int32
code
,
data : Hash(String, String)?
data
Constructor methods inherited from class
HTTPException
new(message, code : Int32 =
400
, data : Hash(String, String) | Nil =
nil
)
new
Constructor Detail
def self.
new
(message, data : Hash(String, String) | Nil =
nil
)
#
[
View source
]