Edit File: LostConnectionException.php
<?php namespace Illuminate\Database; use LogicException; class LostConnectionException extends LogicException { // }
Back to File Manager