lib/dingbot/error.rb in dingbot-0.1.1 vs lib/dingbot/error.rb in dingbot-0.2.0

- old
+ new

@@ -1,7 +1,7 @@ module DingBot module Error - # Custom error class for rescuing from all Sentry errors. + # Custom error class for rescuing from all errors. class Error < StandardError; end # Raised when API endpoint credentials not configured. class MissingCredentials < Error;