1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-04-26 02:49:06 +00:00
Files
mailcow-dockerized/data/web/inc/lib/vendor/illuminate/collections/ItemNotFoundException.php

10 lines
118 B
PHP

<?php
namespace Illuminate\Support;
use RuntimeException;
class ItemNotFoundException extends RuntimeException
{
}