Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
12
pro_v3.5.1/vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/CustomCommandException.php
vendored
Executable file
12
pro_v3.5.1/vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/CustomCommandException.php
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Tests\Command\Guzzle\Asset\Exception;
|
||||
|
||||
use GuzzleHttp\Command\Exception\CommandException;
|
||||
|
||||
/**
|
||||
* Class CustomCommandException
|
||||
*/
|
||||
class CustomCommandException extends CommandException
|
||||
{
|
||||
}
|
||||
12
pro_v3.5.1/vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/OtherCustomCommandException.php
vendored
Executable file
12
pro_v3.5.1/vendor/guzzlehttp/guzzle-services/tests/Asset/Exception/OtherCustomCommandException.php
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Tests\Command\Guzzle\Asset\Exception;
|
||||
|
||||
use GuzzleHttp\Command\Exception\CommandException;
|
||||
|
||||
/**
|
||||
* Class OtherCustomCommandException
|
||||
*/
|
||||
class OtherCustomCommandException extends CommandException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user