Exception: Veryfi::Error::AccessLimitReached

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



34
35
36
# File 'lib/veryfi/error.rb', line 34

def to_s
  "Access Limit Reached"
end