mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Компонент для email'ов перемещён в common
This commit is contained in:
8
common/emails/exceptions/CannotSendEmailException.php
Normal file
8
common/emails/exceptions/CannotSendEmailException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace common\emails\exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class CannotSendEmailException extends Exception {
|
||||
|
||||
}
|
Reference in New Issue
Block a user