Skip to content
Commit 90395ee6 authored by Jesse Glick's avatar Jesse Glick
Browse files

Do not throw Error for a recoverable condition.

In this case, someone tried to add an element to a persisted list, and it was added in memory but the configuration could not be saved.
Unclear whether that should even be treated as an error condition (the write failure might be transient, and a subsequent write would store the addition),
but if it should be then we should throw a simple runtime exception.
parent aa554ea5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment