Skip to content

Commit

Permalink
Turn off stack traces for RewindTwice exception (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored Jan 25, 2025
1 parent 4f1bdda commit 794aad8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private[zio] final class RewindTwice
extends Exception(
"RecordingReader's rewind was called twice"
)
with NoStackTrace

/**
* A Reader that can retract and replay the last char that it read.
Expand Down

0 comments on commit 794aad8

Please sign in to comment.