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

RonasIT / laravel-swagger / 3929037431

pending completion
3929037431

push

github

dpankratov
tests: fix test fixtures;

236 of 464 relevant lines covered (50.86%)

2.91 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