caipan_shop_admin/app/exception/RepositoryException.php

9 lines
83 B
PHP
Raw Normal View History

2022-05-25 11:35:57 +00:00
<?php
namespace app\exception;
class RepositoryException extends \Exception
{
}