Exception: Veryfi::Error::UnexpectedHTTPMethod

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



43
44
45
# File 'lib/veryfi/error.rb', line 43

def to_s
  "405, Unexpected HTTP Method"
end