class Samwise::Error::InvalidFormat

Public Class Methods

new(message: 'The format of the provided DUNS number is invalid') click to toggle source
Calls superclass method
# File lib/samwise/error.rb, line 4
def initialize(message: 'The format of the provided DUNS number is invalid')
  super(message)
end