@intuitionrobotics/testelot
Version:
Nu-Art Sir Testelot
10 lines • 316 B
TypeScript
/**
* Created by IR on 3/18/17.
*/
import { Action } from "./Action.js";
export declare class Action_ThrowException extends Action {
private readonly message;
protected constructor(message: string, tag?: string);
protected execute(): Promise<void>;
}
//# sourceMappingURL=Action_ThrowException.d.ts.map