UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

4 lines (3 loc) 75 B
export default function defaultErrorBoundary({ error }) { throw error; }