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

nepada / email-address / 8201773534

01 Mar 2024 03:39AM UTC coverage: 97.222%. Remained the same
8201773534

push

github

web-flow
Bump the phpstan group with 2 updates (#115)

35 of 36 relevant lines covered (97.22%)

0.97 hits per line

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

100.0
/src/EmailAddress/FailedToNormalizeDomainException.php
1
<?php
2
declare(strict_types = 1);
3

4
namespace Nepada\EmailAddress;
5

6
class FailedToNormalizeDomainException extends \Exception
7
{
8

9
    public function __construct(string $value, ?\Throwable $exception = null)
10
    {
11
        parent::__construct("Unable to normalize domain: '$value'", 0, $exception);
12
    }
13

14
}
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