diff options
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 |