Exception: Browserly::ConfigurationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/browserly/errors/configuration_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/browserly/errors/configuration_error.rb', line 3

def message
  "Config failed: #{super}"
end