class Paperclip::Errors::InfiniteInterpolationError
Will be thrown if the interpolation is creating an infinite loop. If you
are creating an interpolator which might cause an infinite loop, you should
be throwing this error upon the infinite loop as well.