UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

8 lines (7 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JST_UndefinedFormTypeException = void 0; function JST_UndefinedFormTypeException(message = '') { return new Error(message); } exports.JST_UndefinedFormTypeException = JST_UndefinedFormTypeException;