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

fmasa / messenger / 4441425901

pending completion
4441425901

push

github

GitHub
Merge pull request #17 from tg666/feature/handler-options

94 of 94 new or added lines in 4 files covered. (100.0%)

398 of 413 relevant lines covered (96.37%)

16.67 hits per line

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

0.0
/src/Messenger/Exceptions/SenderNotFound.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Fmasa\Messenger\Exceptions;
6

7
use RuntimeException;
8

9
use function sprintf;
10

11
class SenderNotFound extends RuntimeException
12
{
13
    public static function withAlias(string $alias): self
14
    {
15
        return new self(sprintf(
×
16
            'Sender with alias "%s" was not found',
×
17
            $alias
×
18
        ));
×
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

© 2026 Coveralls, Inc