whoami7 - Manager
:
/
home
/
projzpbv
/
www
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Captcha
/
Validator
/
Upload File:
files >> /home/projzpbv/www/wp-content/plugins/mailpoet/lib/Captcha/Validator/ValidationError.php
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Captcha\Validator; if (!defined('ABSPATH')) exit; class ValidationError extends \RuntimeException { private $meta = []; public function __construct( $message = "", array $meta = [], $code = 0, ?\Throwable $previous = null ) { $this->meta = $meta; $this->meta['error'] = $message; parent::__construct($message, $code, $previous); } public function getMeta(): array { return $this->meta; } }
Copyright ©2021 || Defacer Indonesia