Blame view
sources/3rdparty/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
122 Bytes
|
6d9380f96
|
1 2 3 4 5 |
<?php
namespace Guzzle\Common\Exception;
class RuntimeException extends \RuntimeException implements GuzzleException {}
|