PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
elementor-pro
/
core
/
integrations
/
exceptions
<?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 ); } }
[+]
..
[-] action-validation-failed-exception.php
[edit]
[-] exception-base.php
[edit]
[-] action-failed-exception.php
[edit]