Exception: ElasticBeans::SSH::BastionAuthenticationError
- Defined in:
- lib/elastic_beans/ssh.rb
Instance Method Summary collapse
- #backtrace ⇒ Object
-
#initialize(cause:) ⇒ BastionAuthenticationError
constructor
A new instance of BastionAuthenticationError.
- #message ⇒ Object
Constructor Details
#initialize(cause:) ⇒ BastionAuthenticationError
Returns a new instance of BastionAuthenticationError.
91 92 93 |
# File 'lib/elastic_beans/ssh.rb', line 91 def initialize(cause:) @cause = cause end |
Instance Method Details
#backtrace ⇒ Object
95 96 97 |
# File 'lib/elastic_beans/ssh.rb', line 95 def backtrace @cause.backtrace end |
#message ⇒ Object
99 100 101 |
# File 'lib/elastic_beans/ssh.rb', line 99 def @cause. end |