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

namespace Guzzle\Service\Exception;

use Guzzle\Common\Exception\RuntimeException;

class DescriptionBuilderException extends RuntimeException {}