Skip to content

Commit edad910

Browse files
committed
chore: Add missing license headers
1 parent 20e47fa commit edad910

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

components/confluence-sync/src/confluence/errors/CustomError.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
export class CustomError extends Error {
25
constructor(...args: ConstructorParameters<typeof Error>) {
36
super(...args);

components/confluence-sync/src/confluence/errors/ErrorHelpers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Telefónica Innovación Digital
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
/**
25
* Returns the error message from the cause if it is an instance of Error, otherwise returns the cause itself.
36
* @param cause Cause of an error. It might be another error, or a string usually

0 commit comments

Comments
 (0)