Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
jetpack
/
jetpack_vendor
/
automattic
/
jetpack-error
/
src
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Jetpack Error - a wrapper around WP_Error. * * @see https://codex.wordpress.org/Class_Reference/WP_Error * * @package automattic/jetpack-error */ namespace Automattic\Jetpack; /** * Class Automattic\Jetpack\Error */ class Error extends \WP_Error {}