Closed DominikGuzei closed 8 years ago
This PR makes Space.Error more flexible and fully api compatible with Space.Object and Space.Struct, to make it easy to build custom error classes that are type-checked during runtime.
Space.Error
Space.Object
Space.Struct
Looks good, merge when green
This PR makes
Space.Error
more flexible and fully api compatible withSpace.Object
andSpace.Struct
, to make it easy to build custom error classes that are type-checked during runtime.