UnsupportedOperationException

Thrown when a device does not support the requested method.

This exception is for example thrown when the Blink1Device.readNote and Blink1Device.writeNote functions are called on MK1 and MK2 devices, which do not support the note feature.

class UnsupportedOperationException : Blink1Exception {}

Members

Mixins

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Inherited Members

From Blink1Exception

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta