Saya ingin menulis handler kesalahan umum yang akan menangkap kesalahan kustom yang dilemparkan dengan sengaja pada setiap contoh kode. Ketika saya throw new Error('sample')suka dalam kode berikut try { throw new Error({'hehe':'haha'}); // throw new Error('hehe'); } catch(e) { alert(e);...