审查视图

addons/epay/library/Yansongda/Pay/Exceptions/Exception.php 83 字节
何书鹏 authored
1 2 3 4 5 6 7
<?php

namespace Yansongda\Pay\Exceptions;

class Exception extends \Exception
{
}