The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooseX::Constructor::AllErrors::Error::Required - represents a missing argument error

VERSION

version 0.024

DESCRIPTION

This class represents a required constructor argument not being passed in.

METHODS

message

Returns a human-readable error message for this error.

attribute

The Moose::Meta::Attribute object that this error relates to.

SEE ALSO

Moose

AUTHOR

Hans Dieter Pearcey <hdp@cpan.org>

COPYRIGHT AND LICENSE

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 the Perl 5 programming language system itself.