View file vendor/illuminate/database/RecordsNotFoundException.php
<?php namespace Illuminate\Database; use RuntimeException; class RecordsNotFoundException extends RuntimeException { // }
<?php namespace Illuminate\Database; use RuntimeException; class RecordsNotFoundException extends RuntimeException { // }