mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02:00
11 lines
122 B
PHP
11 lines
122 B
PHP
<?php
|
|
|
|
namespace Infinito\Exception;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
class SetNotPossibleException extends \Exception
|
|
{
|
|
}
|