Exception: RouteNGN::OAuthException
- Inherits:
-
Exception
- Object
- Exception
- RouteNGN::OAuthException
- Defined in:
- lib/routengn.rb
Instance Method Summary collapse
-
#initialize(msg = "Invalid RouteNGN OAuth credentials.") ⇒ OAuthException
constructor
A new instance of OAuthException.
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 |