관리-도구
편집 파일: LockTimeoutException.php
<?php namespace Illuminate\Contracts\Cache; use Exception; class LockTimeoutException extends Exception { // }