EscolaLMS/payments

View on GitHub
src/Exceptions/CardDeclined.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace EscolaLms\Payments\Exceptions;

class CardDeclined extends PaymentException
{
}