CodeInjectionException constructor

CodeInjectionException(
  1. String message, [
  2. dynamic details
])

Implementation

CodeInjectionException(super.message, [super.details]);