We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83b30e commit c3635daCopy full SHA for c3635da
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
+## Unreleased
7
+
8
+### Fixed
9
10
+- [#204](https://github.com/laravel-json-api/laravel/issues/204) Fix exception parser causing error when request does
11
+ not have a matching route (e.g. in a `404 Not Found` scenario).
12
13
## [2.4.0] - 2022-06-25
14
15
### Added
0 commit comments