# media-cloud-sync/1.4.1/includes/sdk/google/ramsey/collection/src/Exception/CollectionException.php

Media Cloud Sync, version 1.4.1. 19 lines.

- Page: https://pluginprobe.com/plugins/media-cloud-sync/1.4.1/code/includes/sdk/google/ramsey/collection/src/Exception/CollectionException.php
- Raw: https://pluginprobe.com/plugins/media-cloud-sync/1.4.1/raw/includes/sdk/google/ramsey/collection/src/Exception/CollectionException.php
- Modified: 2026-05-26T18:20:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/media-cloud-sync/1.4.1/code/includes/sdk/google/ramsey/collection/src/Exception/CollectionException.php#L10-L20`.

```php
<?php

/**
 * This file is part of the ramsey/collection library
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
 * @license http://opensource.org/licenses/MIT MIT
 */
declare (strict_types=1);
namespace Dudlewebs\WPMCS\GCP\Ramsey\Collection\Exception;

use Throwable;
interface CollectionException extends Throwable
{
}

```
