14 lines
		
	
	
		
			289 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			PHP
		
	
	
<?php
 | 
						|
namespace GuzzleHttp\Tests\Command\Guzzle\Asset\Exception;
 | 
						|
 | 
						|
use GuzzleHttp\Command\Exception\CommandException;
 | 
						|
 | 
						|
/**
 | 
						|
 * Class OtherCustomCommandException
 | 
						|
 *
 | 
						|
 * @package GuzzleHttp\Tests\Command\Guzzle\Asset\Exception
 | 
						|
 */
 | 
						|
class OtherCustomCommandException extends CommandException
 | 
						|
{
 | 
						|
}
 |