Exception: ApiNavigator::ConnectionAlreadyInitializedError
- Inherits:
-
StandardError
- Object
- StandardError
- ApiNavigator::ConnectionAlreadyInitializedError
- Defined in:
- lib/api_navigator/entry_point.rb
Overview
Exception that is raised when trying to modify an already initialized connection.
Instance Method Summary collapse
-
#message ⇒ Object
Returns a String with the exception message.
Instance Method Details
#message ⇒ Object
Returns a String with the exception message.
10 11 12 |
# File 'lib/api_navigator/entry_point.rb', line 10 def 'The connection has already been initialized.' end |