swoole-framwork/vendor/illuminate/database/RecordsNotFoundException.php
2024-05-20 11:51:07 +08:00

11 lines
129 B
PHP

<?php
namespace Illuminate\Database;
use RuntimeException;
class RecordsNotFoundException extends RuntimeException
{
//
}