Exception: ApiClient::Exceptions::NotPossible

Inherits:
Generic
  • Object
show all
Defined in:
lib/api-client/exceptions/not_possible.rb

Overview

Exception raised when a parallel requisition can’ be performed as Typhoeus must be defined on the Project

Class Method Summary collapse

Class Method Details

.initializeNotPossible

Initialize a new exception.

Returns:



6
7
8
# File 'lib/api-client/exceptions/not_possible.rb', line 6

def self.initialize
  super('Typhoeus must be defined to make parallel requests!')
end