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