Exception: Regrit::InvalidURIError

Inherits:
Error
  • Object
show all
Defined in:
lib/regrit/errors.rb

Overview

Raised when the URI received is not a valid or able to be parsed.

Instance Method Summary collapse

Constructor Details

#initializeInvalidURIError

Returns a new instance of InvalidURIError.



8
9
10
# File 'lib/regrit/errors.rb', line 8

def initialize
  super "Invalid repository URI"
end