📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 17:33:44
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor-pro
/
core
/
integrations
/
exceptions
📍 /home/orkouolp/web/orkofarms.com/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