NAME

Collections::Errors - Exception classes for collections

VERSION

Version 0.01

SYNOPSIS

try {
   $collection->detect($not_existent_element);
} catch Collections::Error::ElementNotFound with {
   # Element not found block
   print 'element does not exists';
};

AUTHOR

Mariano Wahlmann, <dichoso at gmail.com>

BUGS

Please report any bugs or feature requests to bug-collections-ordered at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Collections. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2009 Mariano Wahlmann, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.