Files
ladybird/Userland/Libraries/LibWeb/DOM/ExceptionOr.h
Linus Groh e708f1c3a2 LibWeb: Add DOM::ExceptionOr<T> container
Much like AK::Result this carries either a DOM::DOMException or regular
return value and will be used by DOM functions for exceptions that
should be thrown.
2021-02-20 00:09:11 +01:00

2.8 KiB