RequiredPackageException
class RequiredPackageException extends DependencyException (View source)
Package dependency failure: an installed package can't be uninstalled since it's required by another package.
Properties
| protected Package | $uninstallablePackage | The package that can't be uninstalled.  | 
                |
| protected Package | $blockingPackage | The package that requires the package that can't be uninstalled.  | 
                
Methods
                    getUninstallablePackage()
        
                                            
                
            Get the package that can't be uninstalled.
                    getBlockingPackage()
        
                                            
                
            Get the package that requires the package that can't be uninstalled.
Details
        
                            
    __toString()
        
    
    {@inheritdoc}
        
                            
    jsonSerialize()
        
    
    {@inheritdoc}
        
                            Package
    getUninstallablePackage()
        
    
    Get the package that can't be uninstalled.
        
                            Package
    getBlockingPackage()
        
    
    Get the package that requires the package that can't be uninstalled.