1: <?php 2: 3: namespace Guzzle\Common\Exception; 4: 5: class RuntimeException extends \RuntimeException implements GuzzleException {} 6: