class XMLT::Error

Defined in:

errors.cr

Constructors

Instance methods inherited from class Object

to_xml(io : IO, *, indent : XMLT::IndentOptions = nil) : Nil
to_xml(*, indent : XMLT::IndentOptions = nil) : String
to_xml

Class methods inherited from class Object

from_xml(xml : String)
from_xml(node : XML::Node)
from_xml(xml : String, *, root : String)
from_xml(node : XML::Node, *, root : String)
from_xml

Constructor Detail

def self.new(ex : Exception, name : String, type : String) #

[View source]
def self.new(message) #

[View source]