添加网站文件
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
|
||||
{
|
||||
}
|
||||
13
vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/OtherCustomCommandException.php
vendored
Normal file
13
vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/OtherCustomCommandException.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Tests\Command\Guzzle\Asset\Exception;
|
||||
|
||||
use GuzzleHttp\Command\Exception\CommandException;
|
||||
|
||||
/**
|
||||
* Class OtherCustomCommandException
|
||||
*
|
||||
* @package GuzzleHttp\Tests\Command\Guzzle\Asset\Exception
|
||||
*/
|
||||
class OtherCustomCommandException extends CommandException
|
||||
{
|
||||
}
|
||||
10
vendor/guzzlehttp/guzzle-services/tests/Asset/test.html
vendored
Normal file
10
vendor/guzzlehttp/guzzle-services/tests/Asset/test.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user