fixnum icon indicating copy to clipboard operation
fixnum copied to clipboard

Int64#parse* method docs should declare what exceptions they throw

Open trinarytree opened this issue 7 years ago • 0 comments

Int64#parse{Hex, Int, Radix} apparently throw FormatException. this should be declared in their docs so that callers can narrow a surrounding try-catch to just the correct exception type.

btw, i initially file this issue here https://github.com/dart-lang/sdk/issues/32383 but was told this is a more appropriate place.

trinarytree avatar Mar 02 '18 19:03 trinarytree