Internal: Replace references to iTop 2.8.0 with iTop 3.0.0

This commit is contained in:
Molkobain
2020-10-14 10:04:10 +02:00
parent 9b19ae5944
commit 8e6351d346
55 changed files with 78 additions and 78 deletions

View File

@@ -85,7 +85,7 @@ class CoreException extends Exception
* getTraceAsString() cannot be overrided and it is limited as only current exception stack is returned.
* we need stack of all previous exceptions
* @uses __tostring() already does the work.
* @since 2.7.2/ 2.8.0
* @since 2.7.2/ 3.0.0
*/
public function getFullStackTraceAsString(){
return "" . $this;