1. override
G exec(G state)

Source

@override
G exec(G state) {
  throw "Error ! async commands should not use exec() but execAsync() instead";
}