funky-framadate-front/app/classes/Framadate/Exception/ConcurrentEditionException.php

8 lines
129 B
PHP

<?php
namespace Framadate\Exception;
class ConcurrentEditionException extends \Exception {
function __construct() {
}
}