class Pinport::DatabaseConnectionError
Public Instance Methods
message()
click to toggle source
# 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