raise AnyException, 'message'
fail AnyException, 'message
What does the fail keyword do in Ruby?
exceptions
Exceptions should favor `raise` over `fail`
Fail vs. raise in Ruby : Should we really believe the style guide?