<?php /** ****************************************** * LiteSpeed Web Server Cache Manager * @author: LiteSpeed Technologies, Inc. (https://www.litespeedtech.com) * @copyright: (c) 2018 * ******************************************* */ namespace Lsc\Wp; class LSCMException extends \Exception { const E_ERROR = 0; /** * show trace msg */ const E_PROGRAM = 100; /** * error shown to user */ const E_PERMISSION = 101; const E_UNSUPPORTED = 102; /** * Exception is considered non-fatal. Used to determine * UserCommand->runAsUser() return status. */ const E_NON_FATAL = 103; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Context | Folder | 0775 |
|
|
Panel | Folder | 0775 |
|
|
ThirdParty | Folder | 0775 |
|
|
View | Folder | 0775 |
|
|
WpWrapper | Folder | 0775 |
|
|
AjaxResponse.php | File | 1.9 KB | 0664 |
|
CliController.php | File | 40.77 KB | 0664 |
|
DashNotifier.php | File | 9.89 KB | 0664 |
|
LSCMException.php | File | 651 B | 0664 |
|
LogEntry.php | File | 1.72 KB | 0664 |
|
Logger.php | File | 17.95 KB | 0664 |
|
PanelController.php | File | 50.98 KB | 0664 |
|
PluginVersion.php | File | 21.91 KB | 0664 |
|
RedefineGlobalFuncs.php | File | 865 B | 0664 |
|
UserCommand.php | File | 28.72 KB | 0664 |
|
Util.php | File | 18.19 KB | 0664 |
|
WPCaller.php | File | 53.47 KB | 0664 |
|
WPDashMsgs.php | File | 4.75 KB | 0664 |
|
WPInstall.php | File | 16.79 KB | 0664 |
|
WPInstallStorage.php | File | 32.21 KB | 0664 |
|