amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 7 forks source link

Rename `IonElectrolyteException` #14

Closed dlurton closed 4 years ago

dlurton commented 4 years ago

The name should be IonElementException, probably.

dlurton commented 4 years ago

This is complete on my local dev workstation but is waiting for #22 to be merged.

dlurton commented 4 years ago

Implemented as part of https://github.com/amzn/ion-element-kotlin/pull/27