/home/smartonegroup/www/veroserv/vendor/illuminate/database/LostConnectionException.php
<?php

namespace Illuminate\Database;

use LogicException;

class LostConnectionException extends LogicException
{
    //
}