On Sat, Oct 20, 2012 at 5:04 PM, Randy Schmidt <
m...@r38y.com> wrote:
> Hi there,
>
> I'm working through some refactoring and part of that is pulling logic
> out into small methods. One of these areas is used to exit early from
> the method and I would like to pull it out into its own method as
> well, however, then I can't use it to exit early.
>
> Any ideas how I can do this?
Hey Randy, since this is an error that should not happen under normal
circumstances, why don't you raise an exception?
Sorry to waste your time,
--
Randy Schmidt