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