Mojo::IOLoop::ReadWriteProcess::Exception(3pm) | User Contributed Perl Documentation | Mojo::IOLoop::ReadWriteProcess::Exception(3pm) |
Mojo::IOLoop::ReadWriteProcess::Exception - Exception object for Mojo::IOLoop::ReadWriteProcess.
use Mojo::IOLoop::ReadWriteProcess::Exception; my $e = Mojo::IOLoop::ReadWriteProcess::Exception->new("Errored!"); print "Error $e"; my $string_error = $e->to_string;
Mojo::IOLoop::ReadWriteProcess::Exception inherits all methods from Mojo::Base and implements the following new ones.
my $e = Mojo::IOLoop::ReadWriteProcess::Exception->new("Errored!"); my $string_error = $e->to_string;
Returns stringified version of the error message.
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.
Ettore Di Giacinto <edigiacinto@suse.com>
2022-12-30 | perl v5.36.0 |