class Mail::Field::IncompleteParseError

Defined in:

mail/field.cr

Constructors

Instance methods inherited from class Mail::Field::ParseError

reason : String reason, reason=(reason : String) reason=, value : String value, value=(value : String) value=

Constructor methods inherited from class Mail::Field::ParseError

new(element, value : String, reason : String) new

Constructor Detail

def self.new(element, original_text, unparsed_index) #

[View source]