mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
namespace common\emails\exceptions;
|
|
|
|
use Exception;
|
|
|
|
class CannotSendEmailException extends Exception {
|
|
|
|
}
|