Файловый менеджер - Редактировать - /home/daleagro/public_html/Exceptions.zip
Назад
PK �bZ#YUT$ $ EmptyArgumentException.phpnu �[��� <?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) { exit; } if ( ! class_exists( 'Freemius_EmptyArgumentException' ) ) { class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException { } } PK �bZ�/* * ArgumentNotExistException.phpnu �[��� <?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) { exit; } if ( ! class_exists( 'Freemius_ArgumentNotExistException' ) ) { class Freemius_ArgumentNotExistException extends Freemius_InvalidArgumentException { } } PK �bZu9Z� � Exception.phpnu �[��� <?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'Freemius_Exception' ) ) { /** * Thrown when an API call returns an exception. * */ class Freemius_Exception extends Exception { protected $_result; protected $_type; protected $_code; /** * Make a new API Exception with the given result. * * @param array $result The result from the API server. */ public function __construct( $result ) { $this->_result = $result; $code = 0; $message = 'Unknown error, please check GetResult().'; $type = ''; if ( isset( $result['error'] ) && is_array( $result['error'] ) ) { if ( isset( $result['error']['code'] ) ) { $code = $result['error']['code']; } if ( isset( $result['error']['message'] ) ) { $message = $result['error']['message']; } if ( isset( $result['error']['type'] ) ) { $type = $result['error']['type']; } } $this->_type = $type; $this->_code = $code; parent::__construct( $message, is_numeric( $code ) ? $code : 0 ); } /** * Return the associated result object returned by the API server. * * @return array The result from the API server */ public function getResult() { return $this->_result; } public function getStringCode() { return $this->_code; } public function getType() { return $this->_type; } /** * To make debugging easier. * * @return string The string representation of the error */ public function __toString() { $str = $this->getType() . ': '; if ( $this->code != 0 ) { $str .= $this->getStringCode() . ': '; } return $str . $this->getMessage(); } } } PK �bZ��p2W W index.phpnu �[��� <?php // Silence is golden. // Hide file structure from users on unprotected servers.PK �bZ��7M M OAuthException.phpnu �[��� <?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'Freemius_Exception' ) ) { exit; } if ( ! class_exists( 'Freemius_OAuthException' ) ) { class Freemius_OAuthException extends Freemius_Exception { public function __construct( $pResult ) { parent::__construct( $pResult ); } } } PK �bZ.: InvalidArgumentException.phpnu �[��� <?php if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! class_exists( 'Freemius_Exception' ) ) { exit; } if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) { class Freemius_InvalidArgumentException extends Freemius_Exception { } } PK �bZ#YUT$ $ EmptyArgumentException.phpnu �[��� PK �bZ�/* * n ArgumentNotExistException.phpnu �[��� PK �bZu9Z� � � Exception.phpnu �[��� PK �bZ��p2W W index.phpnu �[��� PK �bZ��7M M � OAuthException.phpnu �[��� PK �bZ.: $ InvalidArgumentException.phpnu �[��� PK � x
| ver. 1.4 |
Github
|
.
| PHP 8.1.26 | Генерация страницы: 0.19 |
proxy
|
phpinfo
|
Настройка