Exception: Cerberus::Exception::NoValidProviders

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/cerberus/exception/no_valid_providers.rb

Overview

Custom exception raised when no credentials providers can be found

Instance Method Summary collapse

Constructor Details

#initializeNoValidProviders

Init with exception message



12
13
14
# File 'lib/cerberus/exception/no_valid_providers.rb', line 12

def initialize
  super("No valid credentials providers could be found")
end