EscolaLMS/payments

View on GitHub
src/Exceptions/PaymentException.php

Summary

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

namespace EscolaLms\Payments\Exceptions;

use RuntimeException;

class PaymentException extends RuntimeException
{
}