<?php
declare(strict_types=1);
namespace common\emails\exceptions;
use Exception;
class CannotSendEmailException extends Exception {
}