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, cause : Exception? = nil)
#