From b1c8610fca6d8a59246e190bfaed1aa445480b07 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 18 Oct 2017 16:28:29 +0900 Subject: Remove unused `UnknownController` class `UnknownController` was added in b1999be, but it is not used anywhere. --- actionpack/lib/action_controller/metal/exceptions.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/metal/exceptions.rb b/actionpack/lib/action_controller/metal/exceptions.rb index f808295720..a65857d6ef 100644 --- a/actionpack/lib/action_controller/metal/exceptions.rb +++ b/actionpack/lib/action_controller/metal/exceptions.rb @@ -34,9 +34,6 @@ module ActionController class NotImplemented < MethodNotAllowed #:nodoc: end - class UnknownController < ActionControllerError #:nodoc: - end - class MissingFile < ActionControllerError #:nodoc: end -- cgit v1.2.3