Exception: CleanModel::ConnectionFail

Inherits:
Error
  • Object
show all
Defined in:
lib/clean_model/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(exception) ⇒ ConnectionFail

Returns a new instance of ConnectionFail.



25
26
27
# File 'lib/clean_model/exceptions.rb', line 25

def initialize(exception)
  super exception.message
end