class Serializable::JSONDeserializationError
- Serializable::JSONDeserializationError
- Serializable::DeserializationError
- Serializable::Error
- Exception
- Reference
- Object
Defined in:
json.crConstructors
Instance Method Summary
Instance methods inherited from class Serializable::DeserializationError
column_number : Int32
column_number,
line_number : Int32
line_number
Constructor methods inherited from class Serializable::DeserializationError
new(message, line_number : Int32, column_number : Int32, cause)
new
Constructor Detail
def self.new(message : String | Nil, klass : String, attribute : String | Nil, line_number : Int32, column_number : Int32, cause)
#