Exception.php 83 B

1234567
  1. <?php
  2. namespace Yansongda\Pay\Exceptions;
  3. class Exception extends \Exception
  4. {
  5. }