|
Server : LiteSpeed System : Linux server900.shared.spaceship.host 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64 User : kvzyqrttyz ( 5084) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/kvzyqrttyz/monolog50.com/wp-content/plugins/amp/src/Exception/ | |
|
Path: //home/kvzyqrttyz/monolog50.com/wp-content/plugins/amp/src/Exception/AmpWpException.php
Size: 418 B
Permissions: 0644
<?php
/**
* Interface AmpWpException.
*
* @package AmpProject\AmpWP
*/
namespace AmpProject\AmpWP\Exception;
/**
* This is a "marker interface" to mark all the exceptions that come with this
* plugin with this one interface.
*
* This allows you to not only catch individual exceptions, but also catch "all
* exceptions from the AmpWp plugin".
*
* @since 2.0
* @internal
*/
interface AmpWpException {
}