mirror of
https://github.com/anikeen-com/id.git
synced 2026-05-08 22:59:01 +00:00
11 lines
128 B
PHP
11 lines
128 B
PHP
<?php
|
|
|
|
namespace Anikeen\Id\Exceptions;
|
|
|
|
use Anikeen\Id\Result;
|
|
use Exception;
|
|
|
|
class CollectionException extends Exception
|
|
{
|
|
|
|
} |