class Slack::Exception::MissingScope
- Slack::Exception::MissingScope
- Exception
- Reference
- Object
Overview
This exception is raised when a request object is created and the active OAuth token
has not been granted the required scope. Note that this check is made during #initialize
and is only made if Slack::Request::check_scope
has been set to true
.