Sonata\Tests\Component\Payment\BasePaymentTest_Payment::handleError PHP Method

handleError() public method

Method called when an error occurs.
public handleError ( Sonata\Component\Payment\TransactionInterface $transaction ) : Response
$transaction Sonata\Component\Payment\TransactionInterface
return Symfony\Component\HttpFoundation\Response
    public function handleError(TransactionInterface $transaction)
    {
        // TODO: Implement handleError() method.
    }