PackageAssetsPublishingFailedException extends Exception
A package exception
Table of Contents
Properties
- $packageName : string|null
- $publishingStrategy : string
Methods
- __construct() : mixed
Properties
$packageName read-only
        public
            string|null
    $packageName
     = null
    
    
    
    
    
$publishingStrategy read-only
        public
            string
    $publishingStrategy
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $publishingStrategy[, string|null $packageName = null ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
    Parameters
- $publishingStrategy : string
- $packageName : string|null = null
- $code : int = 0
- $previous : Throwable|null = null