onBeforePreparingError abstract method

void onBeforePreparingError(
  1. String reason
)

Occurs when before_prepare.sql script fails.

Implementation

void onBeforePreparingError(final String reason);