OwlCyberSecurity - MANAGER
Edit File: FailedRemoteRequest.php
<?php namespace AmpProject\Exception; /** * Marker interface to enable consumers to catch all exceptions for failed remote requests. * * @package ampproject/amp-toolbox */ interface FailedRemoteRequest extends AmpException { }