Skip to content

Removed need for try/catch around constructor

Compare
Choose a tag to compare
@TechnicJelle TechnicJelle released this 04 May 01:34
· 27 commits to main since this release

Removed the need for a try/catch around the constructor due to a potential MalformedURL.
It's probably going to be so extremely rare that it's not worth forcing everyone to put a try/catch around the thing.
Besides, it should be caught during development if it ever were to happen, anyway.

Full Changelog: v2.0...v2.1