Exception: Maia::Error::NoCredentials

Inherits:
Generic
  • Object
show all
Defined in:
lib/maia/error/no_credentials.rb

Instance Attribute Summary

Attributes inherited from Generic

#payload

Instance Method Summary collapse

Constructor Details

#initializeNoCredentials

Returns a new instance of NoCredentials.



4
5
6
# File 'lib/maia/error/no_credentials.rb', line 4

def initialize
  super 'No credentials were found for this gateway.'
end