```swift context.register( CustomError(), for: .custom ) // Initializable. context.register( CustomError.self, for: .custom ) ```