File: transaction_error.rb

package info (click to toggle)
ruby-dataobjects 0.10.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 596 kB
  • ctags: 210
  • sloc: ruby: 2,984; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (5)
1
2
3
4
module DataObjects
  class TransactionError < SQLError
  end
end