Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
CatchableFatalErrorException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace Flow\Exception;
4
5use ErrorException;
6
7/**
8 * This class is not necessary, but having this so we could
9 * have a specific exception type to catch?
10 */
11class CatchableFatalErrorException extends ErrorException {
12
13}