diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2018-07-25 23:53:24 +1000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2018-07-25 23:53:24 +1000 |
commit | 5e04d2613f6cecd41407e5037d8e2a36fe241151 (patch) | |
tree | d9250aa2c5492bd7e3373e8cff5bc6f7122ba4db /lib/errors.rb | |
parent | cf27364efc75388de805adc368eb6124c180b1b4 (diff) | |
download | gitlab-shell-ash.mckenzie/srp-refactor.tar.gz |
Diffstat (limited to 'lib/errors.rb')
-rw-r--r-- | lib/errors.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/errors.rb b/lib/errors.rb index f504f56..9e4d27b 100644 --- a/lib/errors.rb +++ b/lib/errors.rb @@ -1 +1,2 @@ class AccessDeniedError < StandardError; end +class InvalidRepositoryPathError < StandardError; end |