]> gitweb.michael.orlitzky.com - mailshears.git/blob - src/errors.rb
a930a71a800c2391b7e87d4ea14155f204e747b3
[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