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

RonasIT / laravel-swagger / 7273793062

20 Dec 2023 10:01AM UTC coverage: 99.353%. Remained the same
7273793062

push

github

web-flow
Merge pull request #117 from RonasIT/extend-readme-with-comparison

docs: add documentation block with comparison to another generators

768 of 773 relevant lines covered (99.35%)

17.26 hits per line

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

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

3
namespace RonasIT\Support\AutoDoc\Exceptions;
4

5
use Exception;
6

7
class DocFileNotExistsException extends Exception
8
{
9
    public function __construct(string $filename)
10
    {
11
        parent::__construct("Doc file '{$filename}' doesn't exist.");
1✔
12
    }
13
}
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