mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-17 16:49:35 +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 {
|
|
}
|