Browse Source

will throw an error if it can't find the schema

dev
Cerys 3 weeks ago
parent
commit
341721c568
  1. 2
      src/Utilities/URLHandling.php

2
src/Utilities/URLHandling.php

@ -19,6 +19,6 @@ class URLHandling
return self::$URLBase . $name . ".json";
}
}
die();
throw new \Exception("Could not determine URL for schema " . $targetSchemaClassName . ".");
}
}

Loading…
Cancel
Save