File manager - Edit - /home/palg2351/public_html/wp-content/plugins/jetformbuilder/includes/exceptions/request-exception.php
Back
<?php namespace Jet_Form_Builder\Exceptions; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } class Request_Exception extends Handler_Exception { private $errors; public function __construct( $message = '', ...$errors ) { $this->errors = isset( $errors[0] ) ? $errors[0] : false; parent::__construct( $message, ...$errors ); } public function get_fields_errors() { return $this->errors; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings