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

RonasIT / laravel-entity-generator / 13687345998

05 Mar 2025 11:07PM UTC coverage: 96.94%. Remained the same
13687345998

Pull #138

github

web-flow
Merge c3e6f790d into 9f146920e
Pull Request #138: chore(deps): bump laravel/framework from 11.31.0 to 11.44.1

887 of 915 relevant lines covered (96.94%)

5.04 hits per line

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

100.0
/src/Exceptions/UnknownFieldTypeException.php
1
<?php
2

3
namespace RonasIT\Support\Exceptions;
4

5
use Exception;
6

7
class UnknownFieldTypeException extends Exception
8
{
9
    public function __construct(
10
        protected string $typeName,
11
        protected string $generatorName,
12
    ) {
13
        parent::__construct("Unknown field type {$this->typeName} in {$this->generatorName}.");
1✔
14
    }
15
}
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