Class: ThreeScale::Backend::Storage::InvalidURI

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/storage_helpers.rb

Instance Method Summary collapse

Constructor Details

#initialize(url, error) ⇒ InvalidURI

Returns a new instance of InvalidURI.



35
36
37
# File 'lib/3scale/backend/storage_helpers.rb', line 35

def initialize(url, error)
  super "The provided URL #{url.inspect} is not valid: #{error}"
end