Exception: Unmagic::Browser::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Unmagic::Browser::Error
- Defined in:
- lib/unmagic/browser/error.rb
Overview
The base class every failure in this gem inherits from.
Failures are typed so callers classify them by rescuing, never by parsing a message — messages carry target URLs and service internals that aren't a stable contract.
Direct Known Subclasses
Defined Under Namespace
Classes: Misconfigured, NotFound, RateLimited, RenderFailed, SessionClosed, TimedOut, Unreachable