Exception: URLCanonicalize::Exception

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/url_canonicalize/exception.rb

Overview

Local exception classes to make handling exceptions easier

Constant Summary collapse

Failure =
Class.new(self)
Redirect =
Class.new(self)
Request =
Class.new(self)
URI =
Class.new(self)