🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 20:57:02 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
forminator
/
library
/
addon
📍 /home/eliteewa/public_html/wp-content/plugins/forminator/library/addon
🔄 Refresh
✏️
Editing: class-integration-exception.php
Writable
<?php /** * The Forminator_Integration_Exception class. * * @package Forminator */ /** * Class Forminator_Integration_Exception * Exception used for Integration * * @since 1.1 */ class Forminator_Integration_Exception extends Exception { /** * Get error notice HTML * * @return string */ public function get_error_notice(): string { return Forminator_Admin::get_red_notice( esc_html( $this->getMessage() ) ); } }
💾 Save Changes
❌ Cancel