wp/wp-includes/Requests/src/Exception/Transport.php
changeset 21 48c4eec2b7e6
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
       
     1 <?php
       
     2 /**
       
     3  * Transport Exception
       
     4  *
       
     5  * @package Requests\Exceptions
       
     6  */
       
     7 
       
     8 namespace WpOrg\Requests\Exception;
       
     9 
       
    10 use WpOrg\Requests\Exception;
       
    11 
       
    12 /**
       
    13  * Transport Exception
       
    14  *
       
    15  * @package Requests\Exceptions
       
    16  */
       
    17 class Transport extends Exception {}