class CarRegistrationLookupError

Public Class Methods

new(msg="Unknown error") click to toggle source
Calls superclass method
# File lib/CarRegistrationSweden.rb, line 5
def initialize(msg="Unknown error")
  super
end