]> gitweb.michael.orlitzky.com - mailshears.git/blob - src/errors.rb
Use the 'mailbox' table instead of 'alias'; the alias.goto field can contain a list...
[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