10 lines
131 B
PHP
10 lines
131 B
PHP
<?php
|
|
namespace Framadate\Exception;
|
|
|
|
class ConcurrentEditionException extends \Exception {
|
|
|
|
function __construct() {
|
|
}
|
|
|
|
}
|