crunchbutton/include/library/Guzzle/Service/Exception/ServiceBuilderException.php
2014-11-17 11:46:53 -08:00

8 lines
149 B
PHP

<?php
namespace Guzzle\Service\Exception;
use Guzzle\Common\Exception\RuntimeException;
class ServiceBuilderException extends RuntimeException {}