Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
multiverse_travels_booker
main
ApiRequester
BaseError
Data
Error
CustomError
InternalServerError
Helpers
LocationsByIdsObject
LocationSerializer
Residents
Travel_Plan
AttrType
TravelPlanController
TravelPlanObject
TravelPlanSerializer
TravelStopExpanded
TravelStopsObject
TravelStopsSerializer
Built with Crystal 1.9.2
2023-10-07 17:08:21 UTC
class
Error::CustomError
Error::CustomError
BaseError
Exception
Reference
Object
Defined in:
helpers/errors/custom_error.cr
Constructors
.new
(status_code, message)
Instance Method Summary
#status_code
: Int32
Instance methods inherited from class
BaseError
status_code : Int32
status_code
Constructor methods inherited from class
BaseError
new(status_code : Int32, message)
new
Constructor Detail
def self.
new
(status_code, message)
#
[
View source
]
Instance Method Detail
def
status_code
: Int32
#
[
View source
]