-
- Downloads
[REF] Replace some instances of fatal with thrown exceptions.
This is ongoing cleanup to consisently throw execptions. The only thing notable is in the OG class where it turned out the exception was thrown if a never-passed-in-parameter was passed in, so I removed the construct
Showing
- CRM/Bridge/OG/CiviCRM.php 3 additions, 3 deletionsCRM/Bridge/OG/CiviCRM.php
- CRM/Bridge/OG/Drupal.php 1 addition, 1 deletionCRM/Bridge/OG/Drupal.php
- CRM/Bridge/OG/Utils.php 4 additions, 8 deletionsCRM/Bridge/OG/Utils.php
- CRM/Extension/Manager/Payment.php 2 additions, 2 deletionsCRM/Extension/Manager/Payment.php
- CRM/Extension/Manager/Search.php 2 additions, 2 deletionsCRM/Extension/Manager/Search.php
- CRM/Financial/BAO/FinancialType.php 1 addition, 1 deletionCRM/Financial/BAO/FinancialType.php
- CRM/PCP/BAO/PCP.php 1 addition, 1 deletionCRM/PCP/BAO/PCP.php
- CRM/Pledge/BAO/Pledge.php 1 addition, 1 deletionCRM/Pledge/BAO/Pledge.php
- CRM/Pledge/BAO/PledgeBlock.php 1 addition, 1 deletionCRM/Pledge/BAO/PledgeBlock.php
- CRM/Price/BAO/PriceSet.php 2 additions, 2 deletionsCRM/Price/BAO/PriceSet.php
- tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php 2 additions, 2 deletionstests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php
Please register or sign in to comment