neuror.exceptions

Define exceptions specific to NeuroR.

Exceptions

CorruptedMorphology

Exception for morphologies that should not be used.

NeuroRError

Exceptions raised by NeuroR.

ZeroLengthRootSection

Exception for morphologies that have zero length root sections.

exception neuror.exceptions.CorruptedMorphology[source]

Bases: NeuroRError

Exception for morphologies that should not be used.

exception neuror.exceptions.NeuroRError[source]

Bases: Exception

Exceptions raised by NeuroR.

exception neuror.exceptions.ZeroLengthRootSection[source]

Bases: NeuroRError

Exception for morphologies that have zero length root sections.