luck-draw/app/exception/TraitException.php

7 lines
76 B
PHP

<?php
namespace app\exception;
class TraitException extends \Exception
{
}