Mojo::IOLoop::ReadWriteProcess::Exception(3pm) | User Contributed Perl Documentation | Mojo::IOLoop::ReadWriteProcess::Exception(3pm) |
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>
2024-03-08 | perl v5.40.0 |