class Bundler::Thor::Error
ensure that developer errors are shown with full backtrace.
overwrites a thor keyword, SHOULD NOT raise a Bundler::Thor::Error. This way, we
Errors that are caused by the developer, like declaring a method which
errors have their backtrace suppressed and are nicely shown to the user.
Bundler::Thor::Error is raised when it’s caused by wrong usage of thor classes. Those