| DIR: /home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Database/ |
| Current File : //home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Database/LostConnectionException.php |
<?php
namespace Illuminate\Database;
use LogicException;
class LostConnectionException extends LogicException
{
//
}
|