/home/smartonegroup/www/system/vendor/illuminate/database/RecordsNotFoundException.php
<?php

namespace Illuminate\Database;

use RuntimeException;

class RecordsNotFoundException extends RuntimeException
{
    //
}