File: error.rb

package info (click to toggle)
libdataobjects-ruby 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 336 kB
  • ctags: 200
  • sloc: ruby: 2,729; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (5)
1
2
3
4
module DataObjects
  class Error < StandardError
  end
end