Commit 38c1588
committed
minor #18598 Fix Method 'getException' not found in ExceptionEvent (IssamRaouf)
This PR was merged into the 6.2 branch.
Discussion
----------
Fix Method 'getException' not found in ExceptionEvent
The 'getException' method is not in ExceptionEvent and should be getThrowable.
<img width="1157" alt="image" src="https://github.com/symfony/symfony-docs/assets/24827501/9b91d44c-1723-4649-8a45-fe5918f483a2">
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
ebcd901 Fix Method 'getException' not found in ExceptionEvent1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments