Skip to content

Commit 9c7b07a

Browse files
committed
forgot to actually conform type
1 parent 5a6baed commit 9c7b07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JSONAST/JSON.IntegerOverflowError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extension JSON {
33
///
44
/// This error is thrown by decoders, and is different from
55
/// `Grammar.Pattern.IntegerOverflowError`, which is thrown by the parser.
6-
public struct IntegerOverflowError<Representation>: Error, Equatable, Sendable {
6+
public struct IntegerOverflowError<Representation>: NumericOverflowError, Equatable {
77
/// The number literal that could not be converted.
88
public let number: Number
99

0 commit comments

Comments
 (0)