Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 1 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| Missing_Settings_Exception | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | /** |
| 3 | * Jetpack CRM Missing Settings Exception Class |
| 4 | * Extends Exception to provide additional data. |
| 5 | */ |
| 6 | |
| 7 | namespace Automattic\JetpackCRM; |
| 8 | |
| 9 | defined( 'ZEROBSCRM_PATH' ) || exit( 0 ); |
| 10 | |
| 11 | /** |
| 12 | * Missing Settings exception class. |
| 13 | */ |
| 14 | class Missing_Settings_Exception extends CRM_Exception {} |