lib/github_cli/vendor/thor/error.rb in github_cli-0.5.9 vs lib/github_cli/vendor/thor/error.rb in github_cli-0.6.0

- old
+ new

@@ -23,10 +23,6 @@ class RequiredArgumentMissingError < InvocationError end class MalformattedArgumentError < InvocationError end - - # Raised when a user tries to call a private method encoded in templated filename. - class PrivateMethodEncodedError < Error - end end