Sha256: 0c14430799c1a3c2d8a058ab10078528cf4dc178193bc075cde8b85e2459ef67
Contents?: true
Size: 357 Bytes
Versions: 6
Compression:
Stored size: 357 Bytes
Contents
# Exception raised when a parallel requisition can' be performed as Typhoeus must be defined on the Project class ApiClient::Exceptions::NotPossible < ApiClient::Exceptions::Generic # Initialize a new exception. # # @return [NotPossible] a new exception. def self.initialize super('Typhoeus must be defined to make parallel requests!') end end
Version data entries
6 entries across 6 versions & 1 rubygems