Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
100.00%
1 / 1
 
 
CRAP  
 
Error404
100.00% covered (success)
100.00%
1 / 1
 
 
0  
 
<?php
namespace Exception;
/**
 * Error404
 * throw it before AController::start to get a 404 error
**/
class Error404 extends \Exception
{
}