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

namespace Guzzle\Service\Exception;

use Guzzle\Common\Exception\RuntimeException;

class CommandException extends RuntimeException {}