#2876 closed defect (fixed)
Fix up instanceof exception checks in PHP code
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description ¶
There are still sections of the PHP codebase doing instanceof
checks against exception classes that no longer exist.
These should be migrated over to be tests by exception code
Note:
See TracTickets
for help on using tickets.
In 10059: