| Current Path : /home/icmq6107/public_html/wp-content/plugins/sfwd-lms/includes/classes/ |
| 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( ) {
}
}