View file vendor/illuminate/contracts/Cache/LockTimeoutException.php
<?php namespace Illuminate\Contracts\Cache; use Exception; class LockTimeoutException extends Exception { // }
<?php namespace Illuminate\Contracts\Cache; use Exception; class LockTimeoutException extends Exception { // }