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