Exception: NemID::Errors::OCESError
- Inherits:
-
ResponseError
- Object
- StandardError
- ResponseError
- NemID::Errors::OCESError
- Defined in:
- lib/nemid/errors/oces.rb
Direct Known Subclasses
OCES001Error, OCES002Error, OCES003Error, OCES004Error, OCES005Error, OCES006Error
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(msg = '') ⇒ OCESError
constructor
A new instance of OCESError.
Constructor Details
#initialize(msg = '') ⇒ OCESError
Returns a new instance of OCESError.
4 5 6 |
# File 'lib/nemid/errors/oces.rb', line 4 def initialize(msg='') super(msg) end |