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

phpolar / phpolar / 15940360032

28 Jun 2025 04:14AM UTC coverage: 99.515% (-0.5%) from 100.0%
15940360032

push

github

web-flow
feat: move representations and serialzers into packages (#443)

Signed-off-by: Eric Fortmeyer <e.fortmeyer01@gmail.com>

205 of 206 relevant lines covered (99.51%)

6.6 hits per line

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

0.0
/src/Http/InvalidHtmlResponseException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Phpolar\Phpolar\Http;
6

7
use RuntimeException;
8

9
final class InvalidHtmlResponseException extends RuntimeException
10
{
11
    public function __construct(
12
        string $message = "An HTML response was expected but another type was returned from the Request Processor. If you want the value you returned to be serialized by the framework, please configure acceptable representations for the target resource."
13
    ) {
14
        parent::__construct($message);
×
15
    }
16
}
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