Exception: Faker::InvalidStatePassed

Inherits:
StandardError
  • Object
show all
Defined in:
lib/faker/default/driving_licence.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid state code passed') ⇒ InvalidStatePassed

Returns a new instance of InvalidStatePassed.



128
129
130
# File 'lib/faker/default/driving_licence.rb', line 128

def initialize(msg = 'Invalid state code passed')
  super
end