LeopardIOException constructor

LeopardIOException(
  1. String? message
)

Implementation

LeopardIOException(String? message) : super(message);