Skip to content

Instantly share code, notes, and snippets.

@Loschcode
Created April 25, 2022 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Loschcode/c2811453df2013c75dd83b3c223c36bc to your computer and use it in GitHub Desktop.
Save Loschcode/c2811453df2013c75dd83b3c223c36bc to your computer and use it in GitHub Desktop.
class MigrateConcurrently
class Error < StandardError; end
...
def raise_if_max_cycles_reached
...
raise Error, ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment