7603bed6d9
- Use PHP typings - Update some front-end libraries Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
90 B
PHP
6 lines
90 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class AlreadyExistsException extends \Exception {
|
|
}
|