🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:33:00 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
elementor-pro
/
core
/
integrations
/
exceptions
📍 /home/therahul/public_html/wp-content/plugins/elementor-pro/core/integrations/exceptions
🔄 Refresh
✏️
Editing: action-failed-exception.php
Writable
<?php namespace ElementorPro\Core\Integrations\Exceptions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Action_Failed_Exception extends Exception_Base { protected function format_message( $message ) { return sprintf( 'Action `%s` failed to run: %s', $this->action, $message ); } }
💾 Save Changes
❌ Cancel