/win/work/Project/julia/core
exceptions
Error404.php
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
1
<?php
2
3
namespace
Exception
;
4
5
/**
6
* Error404
7
* throw it before AController::start to get a 404 error
8
**/
9
class
Error404
extends
\
Exception
10
{
11
}
12