We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6000c6 commit d1b19e6Copy full SHA for d1b19e6
1 file changed
lib/errors.ts
@@ -11,8 +11,6 @@ export class GslError extends Error {
11
* if from rucsoundings.noaa.gov
12
*/
13
export class CoordinatesGslError extends GslError {
14
- name = "CoordinatesGslError";
15
-
16
constructor() {
17
super("Invalid GSL file (suspect invalid lat/lon coordinates)");
18
Object.setPrototypeOf(this, new.target.prototype);
0 commit comments