class NemID::Errors::LOCKError

Constants

DA_SUPPORT_URL
EN_SUPPORT_URL

Public Class Methods

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