/home/smartonegroup/www/system/vendor/illuminate/collections/ItemNotFoundException.php
<?php

namespace Illuminate\Support;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}