Trying to open non-existent or inaccessible worksheet.
| 20 | |
| 21 | |
| 22 | class WorksheetNotFound(GSpreadException): |
| 23 | """Trying to open non-existent or inaccessible worksheet.""" |
| 24 | |
| 25 | |
| 26 | class NoValidUrlKeyFound(GSpreadException): |
no outgoing calls
no test coverage detected
searching dependent graphs…