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

NAME

Mojo::IOLoop::ReadWriteProcess::Exception - Exception object for Mojo::IOLoop::ReadWriteProcess.

SYNOPSIS

    use Mojo::IOLoop::ReadWriteProcess::Exception;

    my $e = Mojo::IOLoop::ReadWriteProcess::Exception->new("Errored!");

    print "Error $e";

    my $string_error = $e->to_string;

METHODS

Mojo::IOLoop::ReadWriteProcess::Exception inherits all methods from Mojo::Base and implements the following new ones.

to_string

    my $e = Mojo::IOLoop::ReadWriteProcess::Exception->new("Errored!");
    my $string_error = $e->to_string;

Returns stringified version of the error message.

LICENSE

Copyright (C) Ettore Di Giacinto.

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

AUTHOR

Ettore Di Giacinto <edigiacinto@suse.com>