onBeforePreparingError method

  1. @override
void onBeforePreparingError(
  1. String reason
)
override

Occurs when before_prepare.sql script fails.

Implementation

@override
void onBeforePreparingError(final String reason)
{
  errorCLn('Error before preparing: $reason');
  infoLn('Preparing the database ✖');
}