onAfterPreparingError method

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

Occurs when after_prepare.sql script fails.

Implementation

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