Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
automattic
/
jetpack-connection
/
src
/
identity-crisis
:
class-exception.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Exception class for the Identity Crisis component. * * @package automattic/jetpack-connection */ namespace Automattic\Jetpack\IdentityCrisis; /** * Exception class for the Identity Crisis component. */ class Exception extends \Exception {}