IncompatiblePackagesException
class IncompatiblePackagesException extends DependencyException (View source)
Package dependency failure: a package doesn't want another package.
Properties
| protected Package | $blockingPackage | The package that doesn't want the other package.  | 
                |
| protected Package | $incompatiblePackage | The incompatible package.  | 
                
Methods
                    getBlockingPackage()
        
                                            
                
            Get the package that can't be uninstalled.
                    getIncompatiblePackage()
        
                                            
                
            Get the incompatible package.