Exception: Veryfi::Error::UnexpectedHTTPMethod

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



28
29
30
# File 'lib/veryfi/error.rb', line 28

def to_s
  "Unexpected HTTP Method"
end