UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

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