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

RonasIT / laravel-swagger / 6663471084

27 Oct 2023 05:58AM UTC coverage: 98.372% (+0.5%) from 97.829%
6663471084

push

github

web-flow
Merge pull request #109 from RonasIT/45-catch-exceptions-about-empty-or-not-exist-file

feat: catch and report exception during Open-Api file validation (#45)

6 of 6 new or added lines in 1 file covered. (100.0%)

725 of 737 relevant lines covered (98.37%)

15.69 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