/home/edulekha/crm.edulekha.com/application/vendor/illuminate/collections/ItemNotFoundException.php
<?php

namespace Illuminate\Support;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}