SessionNotCreatedException constructor

const SessionNotCreatedException(
  1. int? statusCode,
  2. String? message
)

Implementation

const SessionNotCreatedException(super.statusCode, super.message);