UNPKG

bayascript

Version:

Write computer programming in Hausa language

10 lines (8 loc) 185 B
class BayaError extends Error { constructor(message) { super(message); this.name = "Bayascript"; Error.captureStackTrace(this, BayaError); } } module.exports=BayaError