NAME
HTTP::Promise::Exception - HTTP Exception
SYNOPSIS
use HTTP::Promise::Exception;
my $this = HTTP::Promise::Exception->new( $error_message ) ||
die( HTTP::Promise::Exception->error, "\n" );
VERSION
v0.1.0
DESCRIPTION
This class inherits all its methods from Module::Generic::Exception
METHODS
Plese see Module::Generic::Exception for details.
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
HTTP::Promise, HTTP::Promise::Request, HTTP::Promise::Response, HTTP::Promise::Message, HTTP::Promise::Entity, HTTP::Promise::Headers, HTTP::Promise::Body, HTTP::Promise::Body::Form, HTTP::Promise::Body::Form::Data, HTTP::Promise::Body::Form::Field, HTTP::Promise::Status, HTTP::Promise::MIME, HTTP::Promise::Parser, HTTP::Promise::IO, HTTP::Promise::Stream, HTTP::Promise::Exception
COPYRIGHT & LICENSE
Copyright(c) 2022 DEGUEST Pte. Ltd.
All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.