Exception: NemID::Errors::CANError

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

Instance Attribute Summary

Attributes inherited from ResponseError

#da, #en

Instance Method Summary collapse

Constructor Details

#initialize(msg = '') ⇒ CANError

Returns a new instance of CANError.



4
5
6
# File 'lib/nemid/errors/can.rb', line 4

def initialize(msg='') 
  super(msg)
end