TailException constructor

TailException(
  1. String reason
)

thrown when the tail function encounters an exception

Implementation

TailException(super.reason);