mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-18 00:55:03 +00:00
- Use PHP typings - Update some front-end libraries Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
94 B
PHP
5 lines
94 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class ConcurrentEditionException extends \Exception {
|
|
}
|