luck-draw/app/exception/TraitException.php

7 lines
76 B
PHP
Raw Normal View History

2022-02-22 17:27:27 +08:00
<?php
namespace app\exception;
class TraitException extends \Exception
{
}