class ApiClient::Exceptions::NotPossible

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

Public Class Methods

initialize() click to toggle source

Initialize a new exception.

@return [NotPossible] a new exception.

# File lib/api-client/exceptions/not_possible.rb, line 6
def self.initialize
  super('Typhoeus must be defined to make parallel requests!')
end