From c7281b37ac35dd5522b1333a5c89bb399e566b93 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Mon, 25 Jan 2016 02:16:46 +0530 Subject: Fix nodoc to internal class error document some of them [ci skip] Fixes #20808 [Vipul A M & Julio Lopez] --- activesupport/lib/active_support/deprecation/behaviors.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/deprecation/behaviors.rb') diff --git a/activesupport/lib/active_support/deprecation/behaviors.rb b/activesupport/lib/active_support/deprecation/behaviors.rb index 28d2d78643..0de891f1a2 100644 --- a/activesupport/lib/active_support/deprecation/behaviors.rb +++ b/activesupport/lib/active_support/deprecation/behaviors.rb @@ -1,6 +1,8 @@ require "active_support/notifications" module ActiveSupport + # Raised when ActiveSupport::Deprecation::Behavior#behavior is set with :raise. + # You would set :raise, as a behaviour to raise errors and proactively report exceptions from deprecations. class DeprecationException < StandardError end -- cgit v1.2.3