Exception: URLCanonicalize::Exception
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- URLCanonicalize::Exception
- 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)