HighSpeaker/vendor/illuminate/database/LostConnectionException.php
2024-02-05 00:00:23 +08:00

11 lines
124 B
PHP

<?php
namespace Illuminate\Database;
use LogicException;
class LostConnectionException extends LogicException
{
//
}