mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-02 14:22:09 +00:00
- Use PHP typings - Update some front-end libraries Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
90 B
PHP
5 lines
90 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class AlreadyExistsException extends \Exception {
|
|
}
|