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