Exception: AbortIf::Error

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

Overview

Basic Error from which all other AbortIf errors inherit from.

To rescue any error raised specifically by the AbortIf module, you could do ‘resuce AbortIf::Error => e`

Direct Known Subclasses

ArgumentError, Assert::AssertionFailureError