class NemID::Errors::CANError

Public Class Methods

new(msg='') click to toggle source
Calls superclass method
# File lib/nemid/errors/can.rb, line 4
def initialize(msg='') 
  super(msg)
end