Exception: RouteNGN::OAuthException

Inherits:
Exception
  • Object
show all
Defined in:
lib/routengn.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Invalid RouteNGN OAuth credentials.") ⇒ OAuthException

Returns a new instance of OAuthException.



109
110
111
# File 'lib/routengn.rb', line 109

def initialize(msg = "Invalid RouteNGN OAuth credentials.")
  super
end