Exception: NemID::Errors::OCESError

Inherits:
ResponseError show all
Defined in:
lib/nemid/errors/oces.rb

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

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