journal-intime/app/Exceptions/WrongHourException.php

11 lines
85 B
PHP
Raw Normal View History

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