| 13 | * @extends Error |
| 14 | */ |
| 15 | class ScriptLoaderError extends Error { |
| 16 | /** |
| 17 | * Creates a new ScriptLoaderError. |
| 18 | * @param {string} src - The source URL of the script that failed to load. |
nothing calls this directly
no outgoing calls
no test coverage detected