Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
elementor
/
modules
/
variables
/
storage
/
exceptions
/
File Content:
batch-operation-failed.php
<?php namespace Elementor\Modules\Variables\Storage\Exceptions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class BatchOperationFailed extends \Exception { private array $error_details; public function __construct( string $message, array $error_details = [] ) { parent::__construct( $message ); $this->error_details = $error_details; } public function getErrorDetails(): array { return $this->error_details; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
batch-operation-failed.php
455 bytes
0644
duplicated-label.php
197 bytes
0644
fatal-error.php
192 bytes
0644
record-not-found.php
196 bytes
0644
variables-limit-reached.php
203 bytes
0644
N4ST4R_ID | Naxtarrr