| Current Path : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/ |
| Current File : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/class-lp-exception.php |
<?php
class LP_Exception extends Exception {
public function __construct( $message = '', $code = '', Throwable $previous = null ) {
parent::__construct( $message, (int) $code, $previous );
}
}