Viewing File: /usr/local/cpanel/base/frontend/jupiter/ls_web_cache_manager/core/Lsc/UserLSCMException.php
<?php
/** ******************************************
* LiteSpeed Web Cache Management Plugin for cPanel
* @author: LiteSpeed Technologies, Inc. (https://www.litespeedtech.com)
* @copyright: (c) 2018
* ******************************************* */
namespace LsUserPanel\Lsc;
class UserLSCMException 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.
*/
const E_NON_FATAL = 103;
}
Back to Directory
File Manager