X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Ferrors.rb;h=6a9927af8070e561e21896c85ad7073ff00fb32e;hp=7a2fbba565c035c7584972c3de211b0acf4ce4d2;hb=20b843bddcd73833d41f98ff79d92ef59bb4d81e;hpb=f819b178c5c1cb8adda0182c610e5c52fad8bea7;ds=sidebyside diff --git a/lib/common/errors.rb b/lib/common/errors.rb index 7a2fbba..6a9927a 100644 --- a/lib/common/errors.rb +++ b/lib/common/errors.rb @@ -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