Exception: Samwise::Error::InvalidFormat

Inherits:
StandardError
  • Object
show all
Defined in:
lib/samwise/error.rb

Instance Method Summary collapse

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(message)
end