class Agilix::Buzz::Api::AuthenticationError

Public Class Methods

new(msg="Could not Authenticate") click to toggle source
Calls superclass method
# File lib/agilix.rb, line 25
def initialize(msg="Could not Authenticate")
  super
end