Exception: ParamsReady::ErrorWrapper

Inherits:
ParamsReadyError show all
Defined in:
lib/params_ready/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ ErrorWrapper

Returns a new instance of ErrorWrapper.



7
8
9
# File 'lib/params_ready/error.rb', line 7

def initialize(error)
  @error = error
end

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error.



5
6
7
# File 'lib/params_ready/error.rb', line 5

def error
  @error
end

Instance Method Details

#messageObject



11
12
13
# File 'lib/params_ready/error.rb', line 11

def message
  @error.message
end