Exception: Teaspoon::ServerError
- Defined in:
- lib/teaspoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg_or_options) ⇒ ServerError
constructor
A new instance of ServerError.
Constructor Details
#initialize(msg_or_options) ⇒ ServerError
Returns a new instance of ServerError.
125 126 127 128 129 |
# File 'lib/teaspoon/exceptions.rb', line 125 def initialize() super(() do || "Unable to start teaspoon server; #{options[:desc] || 'for an unknown reason'}." end) end |