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

version 1.06_01

This file defines the following exception classes:
Plack::Handler::Stomp::Exceptions::UnknownFrameThrown 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::AppErrorThrown whenever the PSGI application dies; has a previous_exception attribute containing the exception that the application threw.
Plack::Handler::Stomp::Exceptions::OneShotThrown to stop the run loop after receiving a message,
if one_shot is true (see "run" in Plack::Handler::Stomp).

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

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