Re: Issue 3817 in pharo: make Object >> error: deprecated
Posted by
pharo on
Mar 14, 2011; 9:15pm
URL: https://forum.world.st/Issue-3817-in-pharo-make-Object-error-deprecated-tp3353733p3355060.html
Comment #6 on issue 3817 by marianopeck: make Object >> error: deprecated
http://code.google.com/p/pharo/issues/detail?id=3817Your point of view, is .. only one point of view.
If you check my code, you will see that sometimes, I reify an exception in
a subclass of Error. This is because of the users of such code, do special
handling for them. Nevertheless, a lot of times, I don't need this, and
just throwing a generic error is enough.