VS
Size: a a a
VS
OK
VS
OK
VS
BO
VS
BO
VS
BO
VS
VG
VS
AD
OK
OK
try {
// some code here
} catch(err) {
const ownError = new OwnError(`oops something went wrong!`)
ownError.stack = err.stack
throw ownError
}
AD
try {
// some code here
} catch(err) {
const ownError = new OwnError(`oops something went wrong!`)
ownError.stack = err.stack
throw ownError
}
K
B