Exception: RubyReactor::Error::DeprecatedDslError

Inherits:
ValidationError show all
Defined in:
lib/ruby_reactor/error/deprecated_dsl_error.rb

Overview

Definition-time error for DSL that has been removed. Subclasses ValidationError so existing rescue Error::ValidationError sites keep catching it.

Instance Attribute Summary

Attributes inherited from Base

#context, #original_error, #step

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RubyReactor::Error::Base