REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 942 B
Close
//opt/cloudlinux/venv/lib/python3.11/site-packages/wmt/common/exceptions.py
Text
Base64
#!/opt/cloudlinux/venv/bin/python3 from clcommon import FormattedException class WmtServiceControlException(FormattedException): def __init__(self, service_name, reason): super().__init__({ 'message': 'Error while handling service %(service_name)s: %(reason)s', 'context': { 'service_name': service_name, 'reason': reason } }) class WmtConfigException(FormattedException): def __init__(self, reason): super().__init__({ 'message': 'Error while handling config file: %(reason)s', 'context': { 'reason': reason } }) class WmtEmailException(FormattedException): def __init__(self, reason): super().__init__({ 'message': 'Error managing email notification: %(reason)s', 'context': { 'reason': reason } })
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2025-11-05 08:00:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
config.py
4.66 KB
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
const.py
1.06 KB
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exceptions.py
942 B
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
notification.py
9.96 KB
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
report.py
6.61 KB
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
service.py
807 B
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
url_parser.py
465 B
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.py
5.24 KB
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
270 B
lrw-r--r--
2025-10-20 12:17:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).