Exception: Paperclip::Errors::InfiniteInterpolationError

Inherits:
Paperclip::Error
  • Object
show all
Defined in:
lib/paperclip/errors.rb

Overview

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.