Exception: Stockshark::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/stockshark/error.rb

Overview

Base class for every error this library raises. Callers that only care that "something went wrong talking to the engine" can rescue this one class rather than enumerate every specific failure mode.

Direct Known Subclasses

CrashedError, EngineNotFoundError, TimeoutError