Exception: ThreeScale::Client::HTTPClient::PersistenceNotAvailable

Inherits:
LoadError
  • Object
show all
Defined in:
lib/3scale/client/http_client.rb

Instance Method Summary collapse

Constructor Details

#initializePersistenceNotAvailable

Returns a new instance of PersistenceNotAvailable.



12
13
14
# File 'lib/3scale/client/http_client.rb', line 12

def initialize(*)
  super 'persistence is available only on Ruby 2.0 or with net-http-persistent gem'.freeze
end