Exception: Faker::InvalidStatePassed
- Inherits:
-
StandardError
- Object
- StandardError
- Faker::InvalidStatePassed
- Defined in:
- lib/faker/default/driving_licence.rb
Instance Method Summary collapse
-
#initialize(msg = 'Invalid state code passed') ⇒ InvalidStatePassed
constructor
A new instance of InvalidStatePassed.
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 |