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

RonasIT / laravel-swagger / 6609913210

23 Oct 2023 07:12AM UTC coverage: 97.829% (-0.1%) from 97.967%
6609913210

push

github

web-flow
Merge pull request #108 from RonasIT/45-throw-exception-for-empty-or-not-exists-files

Throw exception for empty or not exists files

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

721 of 737 relevant lines covered (97.83%)

15.45 hits per line

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

0.0
/src/Exceptions/EmptyDocFileException.php
1
<?php
2

3
namespace RonasIT\Support\AutoDoc\Exceptions;
4

5
use Exception;
6

7
class EmptyDocFileException extends Exception
8
{
9
    public function __construct(string $filename)
10
    {
11
        parent::__construct("Doc file '{$filename}' is empty.");
×
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