Class: ThreeScale::Backend::Storage::InvalidURI
- Defined in:
- lib/3scale/backend/storage_helpers.rb
Instance Method Summary collapse
-
#initialize(url, error) ⇒ InvalidURI
constructor
A new instance of InvalidURI.
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 |