Skip to content
Snippets Groups Projects
Unverified Commit 3e4dcbe0 authored by Adam Washington's avatar Adam Washington
Browse files

Turn unhandled logic error into handled runtime_error

Attempting to use an improperly defined spectra range (e.g. 5-3)
causes appendValue in PropertyHelper.h to throw a logic error.  The
gui alerts the user to runtime errors, but fails over on logic errors.
We now catch the logic error and demote it to a runtime error.
parent c21240c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment