1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-23 05:03:29 +00:00
Files

10 lines
118 B
PHP

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