14 lines
279 B
PHP
Executable File
14 lines
279 B
PHP
Executable File
<?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
|
|
{
|
|
}
|