Exception: AutomateIt::Error

Inherits:
NestedError show all
Defined in:
lib/automateit/error.rb

Overview

AutomateIt::Error

Wraps errors while preserving their cause. Used by the Interpreter to display user-friendly error messages.

See NestedError for class API.

Instance Attribute Summary

Attributes inherited from NestedError

#cause

Method Summary

Methods inherited from NestedError

#initialize

Constructor Details

This class inherits a constructor from NestedError