Exception: Hps::InvalidRequestException
- Inherits:
-
HpsException
- Object
- StandardError
- HpsException
- Hps::InvalidRequestException
- Defined in:
- lib/hps/infrastructure/invalid_request_exception.rb
Instance Attribute Summary collapse
-
#param ⇒ Object
Returns the value of attribute param.
Attributes inherited from HpsException
#code, #inner_exception, #response_code, #response_text
Instance Method Summary collapse
-
#initialize(message, param = nil, code = nil) ⇒ InvalidRequestException
constructor
A new instance of InvalidRequestException.
Constructor Details
#initialize(message, param = nil, code = nil) ⇒ InvalidRequestException
Returns a new instance of InvalidRequestException.
6 7 8 9 10 11 12 |
# File 'lib/hps/infrastructure/invalid_request_exception.rb', line 6 def initialize(, param = nil, code = nil) @param = param super(, code) end |
Instance Attribute Details
#param ⇒ Object
Returns the value of attribute param.
4 5 6 |
# File 'lib/hps/infrastructure/invalid_request_exception.rb', line 4 def param @param end |