Exceptions

class EnvException

public class EnvException <: Exception {
    public init(message: String)
}

Description: Specifies the exception class of the env package.

Parent types:

init(String)

public init(message: String)

Description: Creates an EnvException instance.

Parameters:

  • message: String: exception information