Exception: Cielo24::TimeoutError

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) ⇒ TimeoutError

Returns a new instance of TimeoutError.



92
93
94
# File 'lib/cielo24/web_utils.rb', line 92

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