Exception: Pinport::DatabaseConnectionError
- Defined in:
- lib/pinport/error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
6 7 8 9 10 |
# File 'lib/pinport/error.rb', line 6 def @msg = "An error occurred while establishing database connection.\n" @msg += "Please verify your database connection information." @msg end |