Exception: EmptyCustomUrlsWithCustomEnvException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nps/api_exception.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



48
49
50
# File 'lib/nps/api_exception.rb', line 48

def message
  "CustomEnvUrls cannot be empty using CUSTOM_ENV environment"
end