From 0d2a4009cab21badcdf6644ba644a2bb67a06e83 Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Sat, 31 Mar 2012 00:30:53 +0400 Subject: [PATCH] Remove AC::RenderError class second declaration --- actionpack/lib/action_controller/metal/exceptions.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/actionpack/lib/action_controller/metal/exceptions.rb b/actionpack/lib/action_controller/metal/exceptions.rb index ece9ba3725..505b2ac609 100644 --- a/actionpack/lib/action_controller/metal/exceptions.rb +++ b/actionpack/lib/action_controller/metal/exceptions.rb @@ -30,9 +30,6 @@ class UnknownController < ActionControllerError #:nodoc: class MissingFile < ActionControllerError #:nodoc: end - class RenderError < ActionControllerError #:nodoc: - end - class SessionOverflowError < ActionControllerError #:nodoc: DEFAULT_MESSAGE = 'Your session data is larger than the data column in which it is to be stored. You must increase the size of your data column if you intend to store large data.' -- GitLab