Skip to content

Commit 6cfe49c

Browse files
authored
Remove an untranslated line
1 parent d6aea13 commit 6cfe49c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

1-js/10-error-handling/2-custom-errors/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ try {
321321
322322
پس کد بیرونی `instanceof ReadError` را بررسی می‌کند و تمام. نیازی به لیست کردن تمام انواع ارور احتمالی نیست.
323323
324-
The approach is called "wrapping exceptions", because we take "low level" exceptions and "wrap" them into `ReadError` that is more abstract. It is widely used in object-oriented programming.
325324
این روش «دربرگرفتن استثناءها» نامیده می‌شود چون ما استثناءهای «سطح پایین» را دریافت می‌کنیم و آن‌ها را درون `ReadError` که خلاصه‌تر است «دربرمی‌گیریم».
326325
327326
## خلاصه

0 commit comments

Comments
 (0)