class AbortIf::Error

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`