截流自动化的商城平台
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.

CustomCommandException.php 279B

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