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

NAME

Plack::Handler::Stomp::Exceptions - exception classes for Plack::Handler::Stomp

VERSION

version 1.15

DESCRIPTION

This file defines the following exception classes:

Plack::Handler::Stomp::Exceptions::UnknownFrame

Thrown whenever we receive a frame we don't know how to handle; has a frame attribute containing the frame in question.

Plack::Handler::Stomp::Exceptions::AppError

Thrown whenever the PSGI application dies; has a previous_exception attribute containing the exception that the application threw.

Plack::Handler::Stomp::Exceptions::OneShot

Thrown to stop the run loop after receiving a message, if one_shot is true (see "run" in Plack::Handler::Stomp).

AUTHOR

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

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 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.