SupaException constructor

const SupaException({
  1. required String message,
  2. required String hint,
})

Represents an exception that occurred within the Supabase package.

Implementation

const SupaException({required this.message, required this.hint});