Exception: Frontman::ServerPortError
- Inherits:
-
StandardError
- Object
- StandardError
- Frontman::ServerPortError
- Defined in:
- lib/frontman/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ServerPortError
constructor
A new instance of ServerPortError.
Constructor Details
#initialize ⇒ ServerPortError
Returns a new instance of ServerPortError.
28 29 30 31 |
# File 'lib/frontman/errors.rb', line 28 def initialize super('Server failed to attach to port. Please shutdown some processes or increase the :port_retries configuration variable.') end |