Exception: UtoboEmail::NetworkError
- Defined in:
- lib/utobo_email/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Unable to reach the utobo email API") ⇒ NetworkError
constructor
A new instance of NetworkError.
Constructor Details
#initialize(msg = "Unable to reach the utobo email API") ⇒ NetworkError
Returns a new instance of NetworkError.
15 16 17 |
# File 'lib/utobo_email/errors.rb', line 15 def initialize(msg = "Unable to reach the utobo email API") super(msg) end |