From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

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>