class ActBlueReporter::Exceptions::ConnectionError
Custom exceptions
Public Class Methods
new(msg = "Error while connecting to ActBlue.")
click to toggle source
Calls superclass method
# File lib/act_blue_reporter/exceptions.rb, line 5 def initialize(msg = "Error while connecting to ActBlue.") super end