1.0.0 Alpha Release #59
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
namespace ncc\Abstracts;
|
||||
|
||||
use ncc\Exceptions\SymlinkException;
|
||||
|
||||
/**
|
||||
* @author Zi Xing Narrakas
|
||||
* @copyright Copyright (C) 2022-2022. Nosial - All Rights Reserved.
|
||||
|
@ -348,6 +350,11 @@
|
|||
*/
|
||||
const InvalidDependencyConfiguration = -1767;
|
||||
|
||||
/**
|
||||
* @see SymlinkException
|
||||
*/
|
||||
const SymlinkException = -1768;
|
||||
|
||||
/**
|
||||
* All the exception codes from NCC
|
||||
*/
|
||||
|
@ -417,5 +424,6 @@
|
|||
self::PackageFetchException,
|
||||
self::InvalidBuildConfigurationException,
|
||||
self::InvalidDependencyConfiguration,
|
||||
self::SymlinkException,
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue