Skip to content

@belgattitude/http-exception@1.2.0

Compare
Choose a tag to compare
@belgattitude belgattitude released this 24 Sep 21:16
· 330 commits to main since this release
c473447

Minor Changes

  • #67 7208e7b Thanks @belgattitude! - Export convertToSerializable and createFromSerializable

    import {
      convertToSerializable,
      createFromSerializable,
    } from '@belgattitude/http-exception/serializer';
    
    const serializableObject = convertToSerializable(new HttpForbidden());
    const exception = createFromSerializable(serializableObject);

Patch Changes