UnknownException constructor

UnknownException(
  1. String detail
)

Implementation

UnknownException(String detail) : super(detail);