Rename BadNumberFormatException -> FormatException #3065
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
type-enhancement
A request for a change that isn't a bug
I pretty frequently find myself writing classes that have a "parse" constructor, or that otherwise parse and validate text. When an error occurs, they need to throw an exception. Right now, I just write my own one-off exception classes, but that's a chore.
If we rename BadNumberFormatException to the more general FormatException, I could just use that directly.
The text was updated successfully, but these errors were encountered: