file.php
Call to method error
from undeclared class \App\Log
Open
Open
\App\Log::error($e->getMessage() . ' => ' . $e->getFile() . ':' . $e->getLine());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$response->setError($e->getCode(), $e->getMessage(), $trace);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$response->emit();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$webUI->process(App\Request::init());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$trace = '';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$webUI = new App\Main\File();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
if (\App\Config::debug('DISPLAY_EXCEPTION_BACKTRACE') && \is_object($e)) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$response->setEmitType(\Vtiger_Response::$EMIT_JSON);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$trace = str_replace(ROOT_DIRECTORY . DIRECTORY_SEPARATOR, '', $e->getTraceAsString());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
\App\Log::error($e->getMessage() . ' => ' . $e->getFile() . ':' . $e->getLine());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$response = new \Vtiger_Response();
- Exclude checks