mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
As the comment in this file explains the caller of LibURL APIs are meant to assume if they see any error, that it is a TypeError since that is all the spec throws at the moment. A custom error type exists here so that we can include more information in TypeError's which are thrown.