jaroslavtyc/granam-gpwebpay

View on GitHub
GpWebPay/Exceptions/UnsupportedPayMethod.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace Granam\GpWebPay\Exceptions;

class UnsupportedPayMethod extends \LogicException implements Logic
{

}