PHP Classes

File: Src/Exception/exception.php

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP TDD Tutorial Bug Report Application   Src/Exception/exception.php   Download  
File: Src/Exception/exception.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP TDD Tutorial Bug Report Application
Bug report application to show the TDD approach
Author: By
Last change:
Date: 2 years ago
Size: 180 bytes
 

Contents

Class file image Download
<?php

set_error_handler
([new \App\Exception\ExceptionHandler(), 'convertWarningsAndNoticesToException']);
set_exception_handler([new \App\Exception\ExceptionHandler(), 'handle']);