KeyUnsupported constructor

KeyUnsupported(
  1. String message
)

Constructor for an unsupported key exception

Implementation

KeyUnsupported(String message) : super('Key unsupported', message);