Exception: Pinport::DatabaseConnectionError

Inherits:
Error
  • Object
show all
Defined in:
lib/pinport/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
9
10
# File 'lib/pinport/error.rb', line 6

def message
  @msg = "An error occurred while establishing database connection.\n"
  @msg += "Please verify your database connection information."
  @msg
end