Files
dolibarr/htdocs/includes/webklex/php-imap/vendor/illuminate/collections/MultipleItemsFoundException.php
Faustin 3bd2e73653 vendor
2022-08-16 18:24:38 +02:00

10 lines
124 B
PHP

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