feat(core): Allow transferring credentials from any project to any team project (#9563)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ResponseError } from './abstract/response.error';
|
||||
|
||||
export class TransferCredentialError extends ResponseError {
|
||||
constructor(message: string) {
|
||||
super(message, 400, 400);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user