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

RonasIT / laravel-swagger / 3950499686

pending completion
3950499686

Pull #64

github

GitHub
Merge 3ceb03e20 into cf7bb3d1f
Pull Request #64: #20 :- limit response data

21 of 21 new or added lines in 2 files covered. (100.0%)

255 of 482 relevant lines covered (52.9%)

3.31 hits per line

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

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

3
namespace RonasIT\Support\AutoDoc\Exceptions;
4

5
use Exception;
6

7
class SwaggerDriverClassNotFoundException extends Exception
8
{
9
    public function __construct($className)
10
    {
11
        if (empty($message)) {
1✔
12
            $message = "Driver class '{$className}' was not found. Please check configuration file.";
1✔
13
        }
14

15
        parent::__construct($message);
1✔
16
    }
17
}
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