summaryrefslogtreecommitdiff
path: root/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php
blob: e857e5ffd8a3a29c43fac3df675eeef479b695bf (plain)
1
2
3
4
5
6
7
<?php

namespace Guzzle\Service\Exception;

use Guzzle\Common\Exception\RuntimeException;

class ServiceBuilderException extends RuntimeException {}