class AuthError

Public Class Methods

new(msg = 'Could not authenticate to pooler') click to toggle source
Calls superclass method
# File lib/vmfloaty/errors.rb, line 4
def initialize(msg = 'Could not authenticate to pooler')
  super
end