for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @link http://www.tintsoft.com/
* @copyright Copyright (c) 2012 TintSoft Technology Co. Ltd.
* @license http://www.tintsoft.com/license/
*/
namespace yuncms\payment\exceptions;
use yii\base\Exception;
* Class PaymentException
*
* @author Tongle Xu <[email protected]>
* @since 3.0
class PaymentException extends Exception
{
* @return string the user-friendly name of this exception
public function getName()
return 'Payment Exception';
}