NocAuthException constructor Null safety
Creates a NocAuthException with the given message.
Implementation
const NocAuthException(String message, {int? statusCode})
: super(message, statusCode: statusCode);
Creates a NocAuthException with the given message.
const NocAuthException(String message, {int? statusCode})
: super(message, statusCode: statusCode);