20231010#1

This commit is contained in:
User
2023-10-10 14:39:27 +03:00
parent 19305af62f
commit c43f3a4768
7 changed files with 103 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace Rmphp\Storage\Mysql\Exception;
class MysqlException extends \Exception {
}