1: <?php 2: 3: namespace ShippoClient\Http\Response\Exception; 4: 5: class ServerErrorException extends BadResponseException 6: { 7: } 8: