mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 18:24:53 +00:00
7 lines
125 B
PHP
7 lines
125 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class AlreadyExistsException extends \Exception {
|
|
function __construct() {
|
|
}
|
|
}
|