#92 Creating a Custom Error class | Error Handling in Express | A Complete NODE JS Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 15

  • @messironaldo1708
    @messironaldo1708 3 หลายเดือนก่อน +2

    Such a clear, well-detailed, and concise explanation. I love how you write examples as comments when calling a constructor @2:10. I have already completed your Angular course. I would love it if you did a full stack tutorial like MERN and/or Angular and Springboot.

  • @henrimiessan3881
    @henrimiessan3881 27 วันที่ผ่านมา

    Iam really impress iam going to watch the all list of node js

  • @temtechie
    @temtechie ปีที่แล้ว +1

    You have done a great job in your node courses 🎉. Everyone needs these

  • @MaiHappyBanda
    @MaiHappyBanda ปีที่แล้ว

    First Time I understood this concept in my life, Thanks for this wonderful explanation. Please make some project

  • @amolchoudhary4861
    @amolchoudhary4861 ปีที่แล้ว

    really awesome fully explained all doubts...great

  • @zakriayasir2060
    @zakriayasir2060 ปีที่แล้ว

    your explanation is just awesome

  • @ankittripathi1456
    @ankittripathi1456 5 หลายเดือนก่อน

    Copied from Jonas's udemy course. But you have delivered it with a great explanation.

  • @vinodsaini5828
    @vinodsaini5828 7 หลายเดือนก่อน

    best
    👌

  • @hassannouri9796
    @hassannouri9796 4 หลายเดือนก่อน

    ❤❤❤

  • @laluprasad3775
    @laluprasad3775 ปีที่แล้ว

    Nice sir 😊

  • @ducdominh9390
    @ducdominh9390 10 หลายเดือนก่อน

    Thanks mate.

  • @rupeshogale4384
    @rupeshogale4384 3 หลายเดือนก่อน

    Why am I getting always 500 default errors, not custom errors ? I used the same code, despite matching and copying Pest's code.

    • @owaismohammed9582
      @owaismohammed9582 หลายเดือนก่อน

      you have to use Error.captureStackTrace(this, this.constructor) properly. If you miss the arguments i.e this and this.constructor from Error.captureStackTrace(this, this.constructor), you will get the default errors.

  • @UmairBinNajeeb
    @UmairBinNajeeb ปีที่แล้ว +1

    Great content i remember @jonasschmedtmann teaching the exact same way