Documentation for .DestroyedErrorName

This commit is contained in:
joshaber
2016-01-04 16:16:50 -05:00
parent b234f8481d
commit a63e30362f

View File

@@ -25,6 +25,8 @@ export default class GitRepositoryAsync {
return Git
}
// The name of the error thrown when an action is attempted on a destroyed
// repository.
static get DestroyedErrorName () {
return 'GitRepositoryAsync.destroyed'
}