Skip to Content Skip to Search
v7.1.0
class ActiveSupport::DeprecationException < StandardError

ActiveSupport::DeprecationException

Raised when ActiveSupport::Deprecation::Behavior#behavior is set with :raise. You would set :raise, as a behavior to raise errors and proactively report exceptions from deprecations.

Definition files