WhatError

🚨 WARNING: This gem is for PRANKS and ENTERTAINMENT only! DO NOT use in production, serious projects, or anywhere it might cause actual distress! **It is currently EXPERIMENTAL, so some features may NOT work as expected. **Using it with other gems may cause something unexpected.

A mischievous Ruby gem that randomly replaces your code errors with exceptions from the StandardError family and generates completely fake, confusing error messages filled with emojis and made-up file paths.

📦 Installation

Install the gem with:

gem install what_error

Usage

Simply add this to any Ruby file:

require 'what_error'

# Your normal code here...

Then run the file:

ruby your_file.rb

If an error is rescued, the program will raise an random exception from the StandardErrw family with fake backtrace and boring emojis.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/what_error. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the WhatError project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.