Revision 5c577315
[BUGFIX] Less verbose exception rendering in CLI
This change introduces several improvements addressing rendering of
exceptions in CLI mode:
- Move ``echoExceptionCli()`` up to ``AbstractExceptionHandler`` to
unify rendering throughout different contexts - Remove rendering of debug backtrace (this has been introduced with
Ic4801947e60738f2693fb75590b5c9ba8b67f0ed but in the meantime the
backtrace of Flow exceptions is stored in the log anyways) - Use sparse highlighting if available (requires posix PHP extension)
- Output relative paths not only for files in ``/Packages``
Change-Id: Ic8da62b55f83191f719cd24f650dcddbc0965dfb
Fixes: FLOW-285
Releases: master, 3.0
- added
- modified
- copied
- renamed
- deleted