mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 18:24:53 +00:00
7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class ConcurrentEditionException extends \Exception {
|
|
function __construct() {
|
|
}
|
|
}
|