Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#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

Change History (2)

comment:1 by jng, 6 months ago

Resolution: fixed
Status: assignedclosed

In 10059:

Update final cases of instanceof exception checks in PHP code

Fixes #2876

comment:2 by jng, 6 months ago

In 10060:

Merged revision(s) 10059 from branches/4.0/MgDev:
Update final cases of instanceof exception checks in PHP code

Fixes #2876
........

Note: See TracTickets for help on using tickets.