<?php include './myErrorException.php'; new myErrorException(); //error $o/0; //exception throw new Exception('Foooooooo'); ?>
info at phpclasses dot org