diff options
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 963a433..10a9256 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -1,6 +1,7 @@ require 'shellwords' require 'pathname' +require_relative 'errors' require_relative 'gitlab_net' require_relative 'gitlab_metrics' require_relative 'current_user_helper' @@ -12,7 +13,6 @@ class GitlabShell include APICommandHelper include LogHelper - class AccessDeniedError < StandardError; end class DisallowedCommandError < StandardError; end class InvalidRepositoryPathError < StandardError; end |