The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Transport::AU::PTV::Error - error object with AUTOLOAD method slurper.

VERSION

version 0.03

NAME

METHODS

new

message

    return Transport::AU::PTV::Error->message("Invalid response") if !$obj->some_sub;

Create the error object with an error message

error

Returns 1 if the object is a Transport::AU::PTV::Error object. Returns 0 if this has been inherited by any other object.

error_string

die

AUTHOR

Greg Foletta <greg@foletta.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Greg Foletta.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.