xref: /plugin/upgrade/HTTP/HTTPClientException.php (revision 4e3e87e45b11e1184e5fb1995e14bdc3ab70ccf5)
1*4e3e87e4SAndreas Gohr<?php
2*4e3e87e4SAndreas Gohr
3*4e3e87e4SAndreas Gohrnamespace dokuwiki\plugin\upgrade\HTTP;
4*4e3e87e4SAndreas Gohr
5*4e3e87e4SAndreas Gohruse Exception;
6*4e3e87e4SAndreas Gohr
7*4e3e87e4SAndreas Gohrclass HTTPClientException extends Exception
8*4e3e87e4SAndreas Gohr{
9*4e3e87e4SAndreas Gohr
10*4e3e87e4SAndreas Gohr}
11