관리-도구
편집 파일: RecordNotFoundException.php
<?php namespace Illuminate\Database; use RuntimeException; class RecordNotFoundException extends RuntimeException { // }