Improve mandatory + default device property error message
Provide a slightly more useful message if a device property is erroneously declared as both mandatory and having a default value. Also changed the exception type from the overly generic Exception
to ValueError
.
Closes #380 (closed)