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

NAME

Net::Stomp::MooseHelpers::Exceptions - exception classes for Net::Stomp::MooseHelpers

VERSION

version 3.0

DESCRIPTION

This file defines the following exception classes:

Net::Stomp::MooseHelpers::Exceptions::Stringy

Exception role to overload stringification delegating it to a as_string method.

Net::Stomp::MooseHelpers::Exceptions::Stomp

Thrown whenever the STOMP library (usually Net::Stomp) dies; has a previous_exception attribute containing the exception that the library threw.

AUTHOR

Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Net-a-porter.com.

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