Skip to content

Update exception handling namespace in Registry.php#72

Merged
TDannhauer merged 2 commits intoFRAMEWORK_6_0from
fix/NetDNS2-Exception-handling
Mar 30, 2026
Merged

Update exception handling namespace in Registry.php#72
TDannhauer merged 2 commits intoFRAMEWORK_6_0from
fix/NetDNS2-Exception-handling

Conversation

@TDannhauer
Copy link
Copy Markdown
Contributor

replaced the old pear exception handling with the new one.

replaced the old pear exception handling with the new one.
@TDannhauer TDannhauer requested a review from ralflang March 30, 2026 16:19
Great job finding that though!
}
}
} catch (Net_DNS2_Exception $e) {
} catch (\NetDNS2\Exception $e) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
} catch (\NetDNS2\Exception $e) {
} catch (NetDNS2Exception $e) {

@TDannhauer TDannhauer merged commit d10006c into FRAMEWORK_6_0 Mar 30, 2026
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants