UNPKG

@fanoutio/serve-grip

Version:
5 lines (4 loc) 197 B
import { GripInstructException } from './GripInstructException.js'; export class GripInstructAlreadyStartedException extends GripInstructException { message = 'GripInstruct Already Started'; }