Skip to content

Remove DeviceAdapterError as it isn't needed any more.

Fixes #277 (closed)

DeviceAdapterError existed to make sure that the default device adapter template was being handled properly. Since the default device adapter doesn't exist, and nothing is templated over it we can now remove DeviceAdapterError.

Merge request reports