File: errors.rb

package info (click to toggle)
ruby-net-scp 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: ruby: 2,081; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (8)
1
2
3
4
5
module Net; class SCP

  class Error < RuntimeError; end

end; end