7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
|
|
namespace Guzzle\Service\Exception;
|
|
|
|
use Guzzle\Common\Exception\RuntimeException;
|
|
|
|
class CommandException extends RuntimeException {}
|