TimeboxException constructor

TimeboxException(
  1. String message
)

Implementation

TimeboxException(String message) : _message = message;