添加网站文件
This commit is contained in:
13
vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/CustomCommandException.php
vendored
Normal file
13
vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/CustomCommandException.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Tests\Command\Guzzle\Asset\Exception;
|
||||
|
||||
use GuzzleHttp\Command\Exception\CommandException;
|
||||
|
||||
/**
|
||||
* Class CustomCommandException
|
||||
*
|
||||
* @package GuzzleHttp\Tests\Command\Guzzle\Asset\Exception
|
||||
*/
|
||||
class CustomCommandException extends CommandException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user