cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

Add exception in readFromJsonFile #96

Closed yorickgirard closed 3 years ago

yorickgirard commented 3 years ago

The InvalidJsonPointerSyntaxException can be thrown in readFromJsonFile, users need to know it in order to catch it.

cebe commented 3 years ago

Thank you!