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

Podman::Exception

Simple generic exception class.

 Podman::Exception->new( Code => 404 );

Exception is thrown on API request failure.

Attributes

has 'Message'; #19

API error description.

has 'Code'; #26

API (HTTP) code.