Files
monica/app/Exceptions/EntryAlreadyExistException.php
T

8 lines
104 B
PHP

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