server/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php
2013-07-08 11:11:07 +02:00

7 lines
142 B
PHP

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