mirror of
https://github.com/elyby/accounts.git
synced 2025-02-04 16:10:10 +05:30
9 lines
110 B
PHP
9 lines
110 B
PHP
<?php
|
|
namespace api\emails\exceptions;
|
|
|
|
use Exception;
|
|
|
|
class CannotSendEmailException extends Exception {
|
|
|
|
}
|