File: errors.rb

package info (click to toggle)
gitlab-shell 8.4.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,468 kB
  • sloc: ruby: 3,812; sh: 82; makefile: 60
file content (4 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
class GitlabNet
  class ApiUnreachableError < StandardError; end
  class NotFound < StandardError; end
end