Files
monica/app/Exceptions/EntryAlreadyExistException.php

10 lines
105 B
PHP

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