@belgattitude/http-exception@1.2.0
belgattitude
released this
24 Sep 21:16
·
330 commits
to main
since this release
Minor Changes
-
#67
7208e7b
Thanks @belgattitude! - Export convertToSerializable and createFromSerializableimport { convertToSerializable, createFromSerializable, } from '@belgattitude/http-exception/serializer'; const serializableObject = convertToSerializable(new HttpForbidden()); const exception = createFromSerializable(serializableObject);
Patch Changes
- #56
bddd84a
Thanks @belgattitude! - Initial documentation and updated examples