3157d6a590
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
125 B
PHP
8 lines
125 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class AlreadyExistsException extends \Exception {
|
|
function __construct() {
|
|
}
|
|
}
|