1.0.0 Alpha Release #59
1 changed files with 13 additions and 1 deletions
|
@ -338,6 +338,16 @@
|
|||
*/
|
||||
const PackageFetchException = -1765;
|
||||
|
||||
/**
|
||||
* @see InvalidBuildConfigurationException
|
||||
*/
|
||||
const InvalidBuildConfigurationException = -1766;
|
||||
|
||||
/**
|
||||
* @see InvalidBuildConfigurationNameException
|
||||
*/
|
||||
const InvalidDependencyConfiguration = -1767;
|
||||
|
||||
/**
|
||||
* All the exception codes from NCC
|
||||
*/
|
||||
|
@ -404,6 +414,8 @@
|
|||
self::UnsupportedProjectTypeException,
|
||||
self::UnsupportedArchiveException,
|
||||
self::ArchiveException,
|
||||
self::PackageFetchException
|
||||
self::PackageFetchException,
|
||||
self::InvalidBuildConfigurationException,
|
||||
self::InvalidDependencyConfiguration,
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue