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