class Bearer::Errors::MissingAuthId
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/bearer/errors.rb, line 8 def initialize super("No Auth ID has been set. Please call `auth`") end