coupon-admin/app/exception/TraitException.php

7 lines
76 B
PHP
Raw Normal View History

2021-11-18 17:57:04 +08:00
<?php
namespace app\exception;
class TraitException extends \Exception
{
}