class Maia::Error::NoCredentials
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/maia/error/no_credentials.rb, line 4 def initialize super 'No credentials were found for this gateway.' end