Exception: Cielo24::ParsingError

Inherits:
CieloError
  • Object
show all
Defined in:
lib/cielo24/web_utils.rb

Instance Attribute Summary

Attributes inherited from CieloError

#type

Instance Method Summary collapse

Methods inherited from CieloError

#to_s

Constructor Details

#initialize(message) ⇒ ParsingError

Returns a new instance of ParsingError.



98
99
100
# File 'lib/cielo24/web_utils.rb', line 98

def initialize(message)
  super('PARSING_ERROR', message)
end