View file vendor/illuminate/database/RecordsNotFoundException.php

File size: 129B
<?php

namespace Illuminate\Database;

use RuntimeException;

class RecordsNotFoundException extends RuntimeException
{
    //
}