• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

valkyrjaio / valkyrja / 16310566000

16 Jul 2025 04:40AM UTC coverage: 68.162% (+24.3%) from 43.861%
16310566000

push

github

MelechMizrachi
Tests: Adding so very many tests with more to come.

149 of 153 new or added lines in 35 files covered. (97.39%)

1 existing line in 1 file now uncovered.

5866 of 8606 relevant lines covered (68.16%)

15.24 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Valkyrja/Exception/TypeError.php
1
<?php
2

3
declare(strict_types=1);
4

5
/*
6
 * This file is part of the Valkyrja Framework package.
7
 *
8
 * (c) Melech Mizrachi <melechmizrachi@gmail.com>
9
 *
10
 * For the full copyright and license information, please view the LICENSE
11
 * file that was distributed with this source code.
12
 */
13

14
namespace Valkyrja\Exception;
15

16
use Override;
17

18
/**
19
 * Class TypeError.
20
 *
21
 * @author Melech Mizrachi
22
 */
23
class TypeError extends \TypeError implements Throwable
24
{
25
    /**
26
     * @inheritDoc
27
     */
28
    #[Override]
29
    public function getTraceCode(): string
30
    {
NEW
31
        return ExceptionHandler::getTraceCode($this);
×
32
    }
33
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc