VCRException constructor

VCRException(
  1. String message
)

Creates a new VCRException with the given message.

Implementation

VCRException(this.message);