UNPKG

@fanoutio/serve-grip

Version:
5 lines (4 loc) 193 B
import { GripInstructException } from './GripInstructException.js'; export class GripInstructNotAvailableException extends GripInstructException { message = 'GripInstruct Not Available'; }