Exception: Rubizon::InvalidParameterError
- Inherits:
-
RubizonError
- Object
- StandardError
- RubizonError
- Rubizon::InvalidParameterError
- Defined in:
- lib/rubizon/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = 'An invalid parameter is in the request') ⇒ InvalidParameterError
constructor
A new instance of InvalidParameterError.
Constructor Details
#initialize(message = 'An invalid parameter is in the request') ⇒ InvalidParameterError
Returns a new instance of InvalidParameterError.
7 8 9 |
# File 'lib/rubizon/exceptions.rb', line 7 def initialize(='An invalid parameter is in the request') @message= end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
6 7 8 |
# File 'lib/rubizon/exceptions.rb', line 6 def @message end |