Skip to content
Snippets Groups Projects
Unverified Commit ec9f5d67 authored by Sebastian Schmitt's avatar Sebastian Schmitt Committed by GitHub
Browse files

Rephrase exception message in case of missing segment (#1659)

parent f13f786a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ no_such_branch::no_such_branch(msize_t bid):
{}
no_such_segment::no_such_segment(msize_t id):
arbor_exception(pprintf("segment {} out of bounds", id)),
arbor_exception(pprintf("no such segment {}", id)),
sid(id)
{}
......
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