8 lines
104 B
PHP
8 lines
104 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class EntryAlreadyExistException extends Exception {}
|