ProtectException

class ProtectException(message: String?) : Exception

Exception class for handling errors in the Protect library.

Parameters

message

The detail message for the exception.

Constructors

Link copied to clipboard
constructor(message: String?)