test to make sure the errors in components of resultset classes are reported right.
[dbsrgits/DBIx-Class.git] / t / lib / DBICErrorTest / ResultSet / WithError.pm
CommitLineData
c9d5a251 1package DBICErrorTest::ResultSet::WithError;
2
3use strict;
4use warnings;
5
6use base 'DBIx::Class::ResultSet';
7
8__PACKAGE__->load_components('+DBICErrorTest::SyntaxError');
9
101;