Exception: Apiway::ControllerError
- Inherits:
-
StandardError
- Object
- StandardError
- Apiway::ControllerError
- Defined in:
- lib/apiway/errors.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
readonly
Returns the value of attribute params.
Instance Method Summary collapse
-
#initialize(params = nil) ⇒ ControllerError
constructor
A new instance of ControllerError.
Constructor Details
#initialize(params = nil) ⇒ ControllerError
Returns a new instance of ControllerError.
55 56 57 |
# File 'lib/apiway/errors.rb', line 55 def initialize( params = nil ) @params = params end |
Instance Attribute Details
#params ⇒ Object (readonly)
Returns the value of attribute params.
53 54 55 |
# File 'lib/apiway/errors.rb', line 53 def params @params end |