is there way to surround super() calling with try-catch in typescript?
Because there is sometimes error thrown during calling that super() (parent constructor).