Exception: Samwise::Error::InvalidFormat
- Inherits:
-
StandardError
- Object
- StandardError
- Samwise::Error::InvalidFormat
- Defined in:
- lib/samwise/error.rb
Instance Method Summary collapse
-
#initialize(message: 'The format of the provided DUNS number is invalid') ⇒ InvalidFormat
constructor
A new instance of InvalidFormat.
Constructor Details
#initialize(message: 'The format of the provided DUNS number is invalid') ⇒ InvalidFormat
Returns a new instance of InvalidFormat.
4 5 6 |
# File 'lib/samwise/error.rb', line 4 def initialize(message: 'The format of the provided DUNS number is invalid') super() end |