TYPO3 CMS  TYPO3_6-2
ExceptionHandlerInterface.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Core\Error;
3 
24 {
28  public function __construct();
29 
36  public function handleException(\Exception $exception);
37 
44  public function echoExceptionWeb(\Exception $exception);
45 
52  public function echoExceptionCLI(\Exception $exception);
53 
54 }