Exception: RHC::InvalidURIException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(uri) ⇒ InvalidURIException

Returns a new instance of InvalidURIException.



246
247
248
# File 'lib/rhc/exceptions.rb', line 246

def initialize(uri)
  super "Invalid URI specified: #{uri}"
end