NotRegisteredKiwiError constructor

NotRegisteredKiwiError(
  1. String message
)

Implementation

NotRegisteredKiwiError(String message) : super(message);