()
| 54 | }); |
| 55 | |
| 56 | function connectToDatabase() { |
| 57 | initializeConnection(); |
| 58 | } |
| 59 | |
| 60 | function initializeConnection() { |
| 61 | throw new Error("Access denied. You do not have the necessary permissions."); |
no test coverage detected
searching dependent graphs…