File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/unyson/framework/helpers/exceptions/class-fw-form-invalid-submission-exception.php
Back
<?php if ( ! defined( 'FW' ) ) { die( 'Forbidden' ); } class FW_Form_Invalid_Submission_Exception extends Exception { private $errors = array(); public function __construct( array $errors ) { parent::__construct(); $this->set_errors( $errors ); } public function get_errors() { return $this->errors; } protected function set_errors( array $errors ) { $this->errors = $errors; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings