class BinData::ParseError

Defined in:

bindata/exceptions.cr

Constructors

Instance methods inherited from class BinData::CustomException

field : String | Nil field, field_type : String | Nil field_type, klass : String | Nil klass

Constructor methods inherited from class BinData::CustomException

new(message, ex : Exception)
new(message)
new

Constructor Detail

def self.new(klass, field, ex : Exception) #

[View source]