Exception: MaxCustomUrlsException

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

Instance Method Summary collapse

Instance Method Details

#messageObject



42
43
44
# File 'lib/nps/api_exception.rb', line 42

def message
  "Custom Urls must contain at most 2 urls"
end