ignore permission denied error [skip ci]

OmarHatem committed Feb 20, 2025 at 20:26 UTC 2c856383a759485daff452517819a628863c71d9
1 file changed +1
lib/utils/exception_handler.dart
+1
@@ -201,6 +201,7 @@ class ExceptionHandler {
201 "Connection closed before full header was received",
202 "Connection terminated during handshake",
203 "PERMISSION_NOT_GRANTED",
204 + "OS Error: Permission denied",
205 "Failed host lookup:",
206 "CERTIFICATE_VERIFY_FAILED",
207 "Handshake error in client",