NAME
Future::Uring::Exception - an exception from Future::Uring
VERSION
version 0.001
DESCRIPTION
METHODS
operation
This returns the operation that caused the error (e.g. 'resv').
errno
This returns the error code (e.g. EPIPE) that caused the error.
error
This returns the error string (e.g. "") for the error.
filename
The filename where the error originated.
line
The line number in the file where the error originated.
to_string
This stringifies the error to something like "$operation: $error_message\n".
AUTHOR
Leon Timmermans <fawaka@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.