Your IP : 216.73.216.196


Current Path : /home/icmq6107/public_html/wp-content/plugins/sfwd-lms/includes/classes/
Upload File :
Current File : /home/icmq6107/public_html/wp-content/plugins/sfwd-lms/includes/classes/abstract-ldlms-model.php

<?php
if ( ! defined( 'ABSPATH' ) ) { exit; }

class LDLMS_Exception_NotFound extends Exception {}

abstract class LDLMS_Model {
	public function __construct( ) {
	}
}