Implement option to replace existing alias when renaming an account; use database transactions when editing accounts
This commit is contained in:
parent
6ace072841
commit
36b8cfe8b1
7 changed files with 163 additions and 15 deletions
8
src/Exceptions/AliasNotFoundException.php
Normal file
8
src/Exceptions/AliasNotFoundException.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace MailAccountAdmin\Exceptions;
|
||||
|
||||
class AliasNotFoundException extends AppException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue