class FannyPack::Errors::AuthRequired

Public Class Methods

new(msg = nil) click to toggle source
Calls superclass method
# File lib/fanny_pack/errors.rb, line 16
def initialize(msg = nil)
  super "Must set FannyPack.account_hash"
end