File: error.rb

package info (click to toggle)
ruby-version-gem 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: ruby: 105; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 56 bytes parent folder | download
1
2
3
module VersionGem
  class Error < RuntimeError; end
end