Exception: UtoboEmail::NetworkError

Inherits:
Error
  • Object
show all
Defined in:
lib/utobo_email/errors.rb

Instance Method Summary collapse

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