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