File manager - Edit - /home/carfac/.trash/wp-statistics/src/Exception/LicenseException.php
Back
<?php namespace WP_Statistics\Exception; use Exception; class LicenseException extends Exception { private $status; public function __construct($message, $status = '', $code = 0, $previous = null) { parent::__construct($message, $code, $previous); $this->status = $status; } public function getStatus() { return $this->status; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings