UNPKG

golden-layout

Version:

A multi-screen javascript Layout manager https://golden-layout.com

10 lines (7 loc) 219 B
lm.errors.ConfigurationError = function( message, node ) { Error.call( this ); this.name = 'Configuration Error'; this.message = message; this.node = node; }; lm.errors.ConfigurationError.prototype = new Error();