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

ICanBoogie / Routing / 11642061502

02 Nov 2024 10:41AM UTC coverage: 97.454% (+0.5%) from 96.984%
11642061502

push

github

olvlvl
Tidy documentation

421 of 432 relevant lines covered (97.45%)

6.96 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(string $message = "Invalid pattern", Throwable $previous = null)
15
    {
16
        parent::__construct($message, previous: $previous);
×
17
    }
18
}
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