UNPKG

@intuitionrobotics/testelot

Version:
8 lines (7 loc) 198 B
/** * Created by IR on 3/18/17. */ import { CustomException } from "@intuitionrobotics/ts-common"; export declare class TestException extends CustomException { constructor(message: string); }