diff options
author | Robert Speicher <robert@gitlab.com> | 2018-08-14 18:49:15 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-08-14 18:49:15 +0000 |
commit | 02457041814fe4497b3df00e0e45edbee107c823 (patch) | |
tree | 6b07ce701bf00608cb21a3c1322a15c71a48d137 /lib/errors.rb | |
parent | 2dcf8b77a61c4c7cfebe8ae13f8112a0471056b0 (diff) | |
parent | c36e35c4510cf78ba3e642346bf7aa7cbc0efab3 (diff) | |
download | gitlab-shell-02457041814fe4497b3df00e0e45edbee107c823.tar.gz |
Merge branch 'revert-refactor' into 'master'
Revert refactor
Closes #147
See merge request gitlab-org/gitlab-shell!228
Diffstat (limited to 'lib/errors.rb')
-rw-r--r-- | lib/errors.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/errors.rb b/lib/errors.rb deleted file mode 100644 index 7bef3b4..0000000 --- a/lib/errors.rb +++ /dev/null @@ -1,4 +0,0 @@ -class UnknownError < StandardError; end -class AccessDeniedError < StandardError; end -class InvalidRepositoryPathError < StandardError; end -class DisallowedCommandError < StandardError; end |