Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert a few fatals to exceptions. #15903

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Further work to replace calls to CRM_Core_Error::fatal with throwing exceptions

Before

Calls to CRM_Core_Error::fatal

After

Exceptions thrown

Technical Details

This is part of general cleanup switching to throwing exceptions of (in the case of form level stuff) statusBounces

Comments

@seamuslee001

This is a general thing we are doing. In this case they are all ones that really should
never be hit
@civibot
Copy link

civibot bot commented Nov 21, 2019

(Standard links)

@civibot civibot bot added the master label Nov 21, 2019
@seamuslee001
Copy link
Contributor

Looks fine to me merge on pass

@eileenmcnaughton eileenmcnaughton merged commit 6e143a8 into civicrm:master Nov 21, 2019
@eileenmcnaughton eileenmcnaughton deleted the except branch November 21, 2019 04:07
@eileenmcnaughton
Copy link
Contributor Author

We are very excepting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants