Mail::Field::ParseError
Inherits Mail::Field::FieldError < Exception < Reference < Object
Raised when a parsing error has occurred (ie, a StructuredField has tried to parse a field that is invalid or improperly written)
Constructors
new(element, value : String, reason : String)
SourceInstance methods
reason
Sourcereason=(reason : String)
Sourcevalue
Sourcevalue=(value : String)
Source