class Mail::Field::ParseError

Overview

Raised when a parsing error has occurred (ie, a StructuredField has tried to parse a field that is invalid or improperly written)

Direct Known Subclasses

Defined in:

mail/field.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(element, value : String, reason : String) #

[View source]

Instance Method Detail

def reason : String #

[View source]
def reason=(reason : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]