
js.prompto.error.InternalError.js Maven / Gradle / Ivy
var PromptoError = require("./PromptoError").PromptoError;
function InternalError(message) {
PromptoError.call(this, message);
return this;
}
InternalError.prototype = Object.create(InternalError.prototype);
InternalError.prototype.constructor = InternalError;
exports.InternalError = InternalError;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy