NAME
Net::API::Stripe::Exception - Stripe Exception
SYNOPSIS
use Net::API::Stripe::Exception;
my $this = Net::API::Stripe::Exception->new( $error_message ) ||
die( Net::API::Stripe::Exception->error, "\n" );
VERSION
v0.1.0
DESCRIPTION
This class inherits all its methods from Module::Generic::Exception
METHODS
Please see Module::Generic::Exception for details.
request_log_url
The uri in the dashboard to get details about the error that occurred.
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
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.