Exception: ActBlueReporter::Exceptions::ConnectionError
- Inherits:
-
StandardError
- Object
- StandardError
- ActBlueReporter::Exceptions::ConnectionError
- Defined in:
- lib/act_blue_reporter/exceptions.rb
Overview
Custom exceptions
Instance Method Summary collapse
-
#initialize(msg = "Error while connecting to ActBlue.") ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(msg = "Error while connecting to ActBlue.") ⇒ ConnectionError
Returns a new instance of ConnectionError.
5 6 7 |
# File 'lib/act_blue_reporter/exceptions.rb', line 5 def initialize(msg = "Error while connecting to ActBlue.") super end |