Exception: Belvo::BelvoAPIError
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - Belvo::BelvoAPIError
 
 
- Defined in:
 - lib/belvo/exceptions.rb
 
Overview
Belvo API base error
Direct Known Subclasses
Instance Method Summary collapse
- 
  
    
      #initialize(message)  ⇒ BelvoAPIError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BelvoAPIError.
 
Constructor Details
#initialize(message) ⇒ BelvoAPIError
Returns a new instance of BelvoAPIError.
      7 8 9  | 
    
      # File 'lib/belvo/exceptions.rb', line 7 def initialize() super() end  |