Bug fixes for Whoops usage
- Replaced function call for Whoops, for undefined function outputOnlyIfCommandLine() in v2
- Replaced check for command line using whoops library with PHP_SAPI, and ommitted check in BaseApp.php, as it is already being checked there.