nacyot/slack_scratcher

View on GitHub
lib/slack_scratcher/error/user_not_found_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SlackScratcher
  module Error
    # Error which represent UserNotFoundError
    # since 0.0.1
    class UserNotFoundError < StandardError
    end
  end
end