<?php
/**
 * Jetpack CRM Segment Condition Exception Class
 * Extends Exception to provide additional data.
 *
 */

namespace Automattic\JetpackCRM;

defined( 'ZEROBSCRM_PATH' ) || exit( 0 );

/**
 * Segment Condition exception class.
 */
class Segment_Condition_Exception extends CRM_Exception {}