Changeset 864 for trunk/Packages/Common/Error.php
- Timestamp:
- Nov 10, 2019, 11:32:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Error.php
r784 r864 63 63 } 64 64 65 function ExceptionHandler( Exception$Exception)65 function ExceptionHandler(Throwable $Exception) 66 66 { 67 67 $Backtrace = $Exception->getTrace();
Note:
See TracChangeset
for help on using the changeset viewer.