CustomCommandException.php 279 B

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. }