class LSP::Exception
- LSP::Exception
- Exception
- Reference
- Object
Defined in:
response_message.crConstructors
Instance Method Summary
Constructor Detail
def self.new(code : ErrorCodes = UnknownErrorCode, message : String | Nil = nil, cause : Exception | Nil = nil)
#