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

NAME

AnyEvent::Stomper::Error - Class of error for AnyEvent::Stomper

DESCRIPTION

Class of error for AnyEvent::Stomper. Objects of this class can be passed to callbacks.

CONSTRUCTOR

new( $err_msg, $err_code )

Creates error object.

METHODS

message()

Gets error message.

code()

Gets error code.

frame()

Gets error frame

SEE ALSO

AnyEvent::Stomper

COPYRIGHT AND LICENSE

Copyright (c) 2016, Eugene Ponizovsky, <ponizovsky@gmail.com>. All rights reserved.

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