FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
php-http
/
client-common
/
src
/
Exception
Edit File: LoopException.php
<?php namespace AmeliaHttp\Client\Common\Exception; use AmeliaHttp\Client\Exception\RequestException; /** * Thrown when the Plugin Client detects an endless loop. * * @author Joel Wurtz <joel.wurtz@gmail.com> */ class LoopException extends RequestException { }
Save
Back