SupaUnknownException constructor

SupaUnknownException(
  1. String message
)

Constructs an instance of SupaUnknownException.

Parameters:

  • message: The error message.

Implementation

SupaUnknownException(super.message);