luck-draw/app/exception/TraitException.php

7 lines
76 B
PHP
Raw Permalink Normal View History

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