File: data_error.rb

package info (click to toggle)
ruby-dataobjects 0.10.8-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 416 kB
  • sloc: ruby: 2,917; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (5)
1
2
3
4
module DataObjects
  class DataError < SQLError
  end
end