File: errors.rb

package info (click to toggle)
ruby-proxifier 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: ruby: 341; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (3)
1
2
3
4
module Proxifier
  class ProxyError < StandardError
  end
end