WhmcsErrorIntegration.php 336 B

12345678
  1. <?php
  2. if (!class_exists('\ModulesGarden\Servers\ProxmoxVps\Core\HandlerError\WhmcsErrorManagerWrapper'))
  3. {
  4. require_once __DIR__ . DIRECTORY_SEPARATOR . 'HandlerError' . DIRECTORY_SEPARATOR . 'WhmcsErrorManagerWrapper.php';
  5. }
  6. \ModulesGarden\Servers\ProxmoxVps\Core\HandlerError\WhmcsErrorManagerWrapper::setErrorManager($errMgmt);