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

ICanBoogie / Routing / 12085678673

29 Nov 2024 01:33PM UTC coverage: 97.43%. Remained the same
12085678673

push

github

olvlvl
Fix implicit nullable

417 of 428 relevant lines covered (97.43%)

6.99 hits per line

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

0.0
/lib/Exception/InvalidPattern.php
1
<?php
2

3
namespace ICanBoogie\Routing\Exception;
4

5
use ICanBoogie\Routing\Exception;
6
use InvalidArgumentException;
7
use Throwable;
8

9
/**
10
 * Exception thrown when a route pattern is blank.
11
 */
12
class InvalidPattern extends InvalidArgumentException implements Exception
13
{
14
    public function __construct(
15
        string $message = "Invalid pattern",
16
        ?Throwable $previous = null
17
    ) {
18
        parent::__construct($message, previous: $previous);
×
19
    }
20
}
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

© 2025 Coveralls, Inc