mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
8 lines
129 B
PHP
8 lines
129 B
PHP
|
<?php
|
||
|
namespace Framadate\Exception;
|
||
|
|
||
|
class ConcurrentEditionException extends \Exception {
|
||
|
function __construct() {
|
||
|
}
|
||
|
}
|