1: <?php 2: 3: namespace Guzzle\Common\Exception; 4: 5: /** 6: * Guzzle exception 7: */ 8: interface GuzzleException {} 9: