]> gitweb.michael.orlitzky.com - mailshears.git/blob - src/errors.rb
Initial commit.
[mailshears.git] / src / errors.rb
1 # A generalization of PGError, and whatever MySQL and the other
2 # databases might eventually use.
3 class DatabaseError < StandardError
4 end