Your IP : 216.73.216.138


Current Path : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/includes/classes/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/includes/classes/class-ldlms-exception.php

<?php
/**
 * Class to extend Exception to LDLMS_Exception.
 *
 * @package LearnDash\Exception
 * @since 3.2.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; }

// phpcs:ignore Generic.Files.OneObjectStructurePerFile.MultipleFound, Squiz.Commenting.ClassComment.Missing
class LDLMS_Exception extends Exception {}

// phpcs:ignore Generic.Files.OneObjectStructurePerFile.MultipleFound, Squiz.Commenting.ClassComment.Missing
class LDLMS_Exception_NotFound extends LDLMS_Exception {}