Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
Add handling unsupported documentation viewer configuration. Throw the UnsupportedDocumentationViewerException exception if an invalid value was provided.
Fixes #93
Type of change
[ ] 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
Add handling unsupported documentation viewer configuration. Throw the
UnsupportedDocumentationViewerException
exception if an invalid value was provided.Fixes #93
Type of change
Checklist: