Skip to content

Commit

Permalink
feat: add error_smtp.py (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
(cherry picked from commit b1917f6)
  • Loading branch information
ImMin5 committed Oct 20, 2023
1 parent 377eabd commit 16916f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/spaceone/identity/error/error_smtp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from spaceone.core.error import *

class ERROR_SMTP_CONNECTION_FAILED(ERROR_UNKNOWN):
_message = 'SMTP server connection failed. Please contact the administrator.'

0 comments on commit 16916f9

Please sign in to comment.