summaryrefslogtreecommitdiff
path: root/app/controllers/tree_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/tree_controller.rb')
-rw-r--r--app/controllers/tree_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/tree_controller.rb b/app/controllers/tree_controller.rb
index e0dd8f8beaf..430876647d4 100644
--- a/app/controllers/tree_controller.rb
+++ b/app/controllers/tree_controller.rb
@@ -1,8 +1,5 @@
# Controller for viewing a repository's file structure
class TreeController < ApplicationController
- # Thrown when given an invalid path
- class InvalidPathError < StandardError; end
-
include RefExtractor
layout "project"