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

Business::CyberSource::Exception::Response - response thrown as an object because of ERROR state

VERSION

version 0.010008

SYNOPSIS

use Try::Tiny;
use Safe::Isa;

try { ... }
catch {
	if ( $_->$_does('Business::CyberSource::Response::Role::Base) )
		# log reason_text
	}
};

DESCRIPTION

do not catch this object, should Moose provide an exception role at some point, we will remove this class in favor of applying the role to Business::CyberSource::Response instead catch Business::CyberSource::Response::Role::Base

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/hostgator/business-cybersource/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Caleb Cushing <xenoterracide@gmail.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Caleb Cushing <xenoterracide@gmail.com>.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)