mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-04-26 10:59:07 +00:00
10 lines
118 B
PHP
10 lines
118 B
PHP
<?php
|
|
|
|
namespace Illuminate\Support;
|
|
|
|
use RuntimeException;
|
|
|
|
class ItemNotFoundException extends RuntimeException
|
|
{
|
|
}
|