mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Latest data model (Erwan) and few cosmetic changes (safer display of object hyperlinks)
SVN:code[119]
This commit is contained in:
@@ -54,6 +54,11 @@ class CoreException extends Exception
|
||||
return MyHelpers::get_callstack_html(0, $this->getTrace());
|
||||
// return "<pre>\n".$this->getTraceAsString()."</pre>\n";
|
||||
}
|
||||
|
||||
public function addInfo($sKey, $value)
|
||||
{
|
||||
$this->m_aContextData[$sKey] = $value;
|
||||
}
|
||||
}
|
||||
|
||||
class CoreWarning extends CoreException
|
||||
|
||||
Reference in New Issue
Block a user