PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
plugins
/
amp
/
src
/
Exception
<?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 { }
[-] InvalidStopwatchEvent.php
[open]
[-] AmpWpException.php
[open]
[-] FailedToMakeInstance.php
[open]
[-] InvalidService.php
[open]
[-] InvalidEventProperties.php
[open]
[+]
..