/home/smartonegroup/www/veroserv/vendor/illuminate/database/RecordNotFoundException.php
<?php

namespace Illuminate\Database;

use RuntimeException;

class RecordNotFoundException extends RuntimeException
{
    //
}