Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
Added new exceptions for cases when external Open-API doc file (added via auto-doc.additional_paths) is not exists or empty (complitely empty or not in a JSOn format).
Fixes #45
Type of change
Please delete options that are not relevant.
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] Any dependent changes have been merged and published in downstream modules
Description
Added new exceptions for cases when external Open-API doc file (added via
auto-doc.additional_paths
) is not exists or empty (complitely empty or not in a JSOn format).Fixes #45
Type of change
Please delete options that are not relevant.
Checklist: