| MooseX-Constructor-AllErrors documentation | Contained in the MooseX-Constructor-AllErrors distribution. |
MooseX::Constructor::AllErrors::Error - base class for individual constructor errors
version 0.016
This is the base class for errors held by a MooseX::Constructor::AllErrors::Error::Constructor object.
Hans Dieter Pearcey <hdp@cpan.org>
This software is copyright (c) 2009 by Hans Dieter Pearcey. This is free software; you can redistribute it and/or modify it under the same terms as perl itself.
| MooseX-Constructor-AllErrors documentation | Contained in the MooseX-Constructor-AllErrors distribution. |
# vim: ts=4 sts=4 sw=4 package MooseX::Constructor::AllErrors::Error; BEGIN { $MooseX::Constructor::AllErrors::Error::VERSION = '0.016'; } use Moose; 1; __END__