



| صمامات صغيرة | ||||||
|---|---|---|---|---|---|---|
| أبعاد | الكمية لكل صندوق | |||||
|
Ø 17 |
16x17 |
250 |
||||
|
Ø 22 |
20x22 |
200 |
||||
|
Ø 25 |
20x25 |
125 |
||||



| الحلمة (مع الحلقة) | ||||||
|---|---|---|---|---|---|---|
| أبعاد | الكمية لكل صندوق | |||||
|
Ø 17 |
17x17 |
750 |
||||
|
Ø 22 |
22x22 |
350 |
||||
|
Ø 25 |
25x25 |
300 |
||||



| حلمة الإزالة (مع الحلقة) | ||||||
|---|---|---|---|---|---|---|
| أبعاد | الكمية لكل صندوق | |||||
|
Ø 17 |
17x16 |
1000 |
||||
|
Ø 22 |
22x20 |
500 |
||||
|
Ø 25 |
25x20 |
400 |
||||



| الختم الطبيعي | ||||||
|---|---|---|---|---|---|---|
| أبعاد | الكمية لكل صندوق | |||||
|
Ø 16 |
16 mm |
2500 |
||||
|
Ø 20 |
20 mm |
2000 |
||||


96. $msg = $no->getMessage();
97. $file = $no->getFile();
98. $line = $no->getLine();
99. $trace = $no->getTrace();
100.
101. $no = 'NULL';
102. }
103.
104. $lang = Lang::default('ZN\ErrorHandling\ErrorHandlingDefaultLanguage')::select('Templates');
105. $message = $lang['line'].':'.$line.', '.$lang['file'].':'.$file.', '.$lang['message'].':'.$msg;
106.
107. Helper::report('ExceptionError', $message, 'ExceptionError');
108.
109. $table = self::importExceptionTemplate($msg, $file, $line, $no, $trace);
110.
111. $projectError = Config::default('ZN\ErrorHandling\ErrorHandlingDefaultConfiguration')::get('Project');
112.
113. if
114. (
115. in_array($no, $projectError['exitErrors'] ?? [], true) ||