Exception: Tenax::Error Abstract

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tenax/errors.rb

Overview

This class is abstract.

Do not raise Tenax::Error directly; raise a concrete subclass.

Root of all Tenax-raised errors. Rescue this to catch everything the gem might raise.

Every concrete error subclass lives under this root, organized into three branches:

  • Tenax::ConfigurationError - raised at configure time
  • Tenax::ExecutionError - raised at run time
  • Tenax::InstrumentationError - raised when a user-supplied instrumentation sink itself fails