laravel/framework

View on GitHub
src/Illuminate/Collections/ItemNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Illuminate\Support;

use RuntimeException;

class ItemNotFoundException extends RuntimeException
{
}