Exception: Verifica::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/verifica/errors.rb

Overview

Base class for all Verifica exceptions

Direct Known Subclasses

AuthorizationError

Instance Method Summary collapse

Instance Method Details

#explainString

Returns detailed description of the error if it’s available or message if not.

Returns:

  • (String)

    detailed description of the error if it’s available or message if not



11
12
13
# File 'lib/verifica/errors.rb', line 11

def explain
  message
end