SupaUnauthorizedException constructor

SupaUnauthorizedException(
  1. String message
)

Constructs an instance of SupaUnauthorizedException.

Parameters:

  • message: The error message.

Implementation

SupaUnauthorizedException(super.message);