HeadException constructor

HeadException(
  1. String reason
)

Thrown if the head function encounters an error.

Implementation

HeadException(super.reason);