QR_code_generator/app/Exceptions/EmailNotSentException.php

10 lines
100 B
PHP

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