/builds/the-framework/samples/blog
app
Languages
en
errors.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
0.00% covered (danger)
0.00%
0 / 4
1
<?php
2
return
[
3
'404-notFound'
=>
'Error 404 - Route Not Found'
,
4
'goHome'
=>
'Go to the home page'
,
5
]
;