]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/common/errors.rb
Stop pretending that we'll ever work with another DBMS.
[mailshears.git] / lib / common / errors.rb
index 7a2fbba565c035c7584972c3de211b0acf4ce4d2..6a9927af8070e561e21896c85ad7073ff00fb32e 100644 (file)
@@ -1,9 +1,3 @@
-# A generalization of PGError, and whatever MySQL and the other
-# databases might eventually use.
-class DatabaseError < StandardError
-end
-
-
 # Username is syntactically invalid.
 class InvalidUserError < StandardError
 end