objective c - does anyone know how to catch NSInvalidArgumentException? -
is there way catch it? or bug?
thanks.
it bug. specifically, bug in code. nsinvalidargumentexception
means you've passed bad data method. means you've passed nil
argument doesn't allow nil
. exception description should provide more information method/argument bad.
Comments
Post a Comment