Exception: OAuthProvider::UserAccessNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/oauth_provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(shared_key) ⇒ UserAccessNotFound

Returns a new instance of UserAccessNotFound.



19
20
21
# File 'lib/oauth_provider.rb', line 19

def initialize(shared_key)
  super("No User Access with shared key: #{shared_key.inspect}")
end