5e7a913bb9e4418b179d15bfa546a7501e4fa37f
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICErrorTest / ResultSet / WithError.pm
1 package DBICErrorTest::ResultSet::WithError;
2
3 use strict;
4 use warnings;
5
6 use base 'DBIx::Class::ResultSet';
7
8 __PACKAGE__->load_components('+DBICErrorTest::SyntaxError');
9
10 1;