Skip to content

Commit 78ed02f

Browse files
committed
refactor: rename exceptions.ts to errors.ts
1 parent 656ca51 commit 78ed02f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
* file that was distributed with this source code.
88
*/
99

10-
export * as errors from './src/exceptions.js'
10+
export * as errors from './src/errors.js'
1111
export { Encryption } from './src/encryption.js'

src/encryption.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { base64, MessageBuilder } from '@poppinss/utils'
1212
import { createHash, createCipheriv, createDecipheriv } from 'node:crypto'
1313

1414
import { Hmac } from './hmac.js'
15-
import * as errors from './exceptions.js'
15+
import * as errors from './errors.js'
1616
import type { EncryptionOptions } from './types.js'
1717
import { MessageVerifier } from './message_verifier.js'
1818

File renamed without changes.

0 commit comments

Comments
 (0)