Gogh Solutions
Somos solo 4 nerds aficionados del código y con ganas de salir adelante.
[========> ] 80% Loading...
const aboutMe = () => throw new Error('Method is building yet');
try {
await aboutMe();
}catch (_) {
throw new Error('Ups, something went wrong');
}