luck-draw/app/exception/RepositoryException.php

9 lines
83 B
PHP

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