ISISComputingGroup / lewis-ess

Let's write intricate simulators!
GNU General Public License v3.0
21 stars 19 forks source link

Improve exceptions for PV binding #255

Closed MichaelWedel closed 7 years ago

MichaelWedel commented 7 years ago

Currently the exceptions that are raised in the PV binding step are not very helpful, because they are missing function or method names (especially PV._get_callable).

The messages should make it possible to trace where the errors came from.