Exception: Belvo::BelvoAPIError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/belvo/exceptions.rb

Overview

Belvo API base error

Direct Known Subclasses

RequestError

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BelvoAPIError

Returns a new instance of BelvoAPIError.

Parameters:

  • message (String)

    Error short description



7
8
9
# File 'lib/belvo/exceptions.rb', line 7

def initialize(message)
  super(message)
end