Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
100.00% covered (success)
100.00%
9 / 9
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/*
3 * This file is part of Aplus Framework Debug Library.
4 *
5 * (c) Natan Felles <natanfelles@gmail.com>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10return [
11    'exception' => 'Exception',
12    'message' => 'Message',
13    'file' => 'File',
14    'line' => 'Line',
15    'trace' => 'Trace',
16    'exceptionTitle' => 'Error 500 - Internal Server Error',
17    'exceptionDescription' => 'Something went wrong. Please, back later.',
18];