截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

OtherCustomCommandException.php 289B

12345678910111213
  1. <?php
  2. namespace GuzzleHttp\Tests\Command\Guzzle\Asset\Exception;
  3. use GuzzleHttp\Command\Exception\CommandException;
  4. /**
  5. * Class OtherCustomCommandException
  6. *
  7. * @package GuzzleHttp\Tests\Command\Guzzle\Asset\Exception
  8. */
  9. class OtherCustomCommandException extends CommandException
  10. {
  11. }