1
0
mirror of https://github.com/elyby/accounts.git synced 2025-03-06 08:19:10 +05:30
accounts/common/emails/exceptions/CannotSendEmailException.php

9 lines
113 B
PHP

<?php
namespace common\emails\exceptions;
use Exception;
class CannotSendEmailException extends Exception {
}