Provided by: libmojo-ioloop-readwriteprocess-perl_0.32-1_all bug

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>

perl v5.34.0                                2022-02Mojo::IOLoop::ReadWriteProcess::Exception(3pm)