export abstract class Advice { abstract exception(e: T, context?: C): Promise; abstract isSupport(e: T, context?: C): Promise; }