We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e77c4 commit 9325a33Copy full SHA for 9325a33
lib/thor/error.rb
@@ -3,7 +3,7 @@ class Thor
3
# errors have their backtrace suppressed and are nicely shown to the user.
4
#
5
# Errors that are caused by the developer, like declaring a method which
6
- # overwrites a thor keyword, it SHOULD NOT raise a Thor::Error. This way, we
+ # overwrites a thor keyword, SHOULD NOT raise a Thor::Error. This way, we
7
# ensure that developer errors are shown with full backtrace.
8
class Error < StandardError
9
end
0 commit comments