journal-intime/app/Exceptions/WrongHourException.php

11 lines
85 B
PHP

<?php
namespace App\Exceptions;
class WrongHourException extends \Exception
{
}