Skip to content

Commit

Permalink
remove some cbor exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 19, 2024
1 parent 9daa2ba commit 7c6e704
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/mir/ser/cbor.d
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ version(D_Exceptions) {
import mir.exception: toMutable;
private static immutable bigIntConvException = new IonException("Overflow when converting BigInt");
private static immutable cborAnnotationException = new IonException("Cbor can store exactly one annotation.");
private static immutable stringTooLargeException = new IonException("Too large of a string for Cbor");
private static immutable blobTooLargeException = new IonException("Too large of a blob for Cbor");
private static immutable mapTooLargeException = new IonException("Too large of a map for Cbor");
private static immutable arrayTooLargeException = new IonException("Too large of an array for Cbor");
}

/++
Expand Down

0 comments on commit 7c6e704

Please sign in to comment.