mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-29 23:11:02 +00:00
11 lines
146 B
PHP
11 lines
146 B
PHP
<?php
|
|
|
|
namespace Infinito\Exception\Collection;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
final class NotPossibleSetElementException extends \Exception
|
|
{
|
|
}
|