Class: Uh::WM::OtherWMRunningError
- Inherits:
-
RuntimeError
- Object
- Uh::WM::OtherWMRunningError
- Defined in:
- lib/uh/wm.rb
Instance Method Summary collapse
-
#initialize(*_) ⇒ OtherWMRunningError
constructor
A new instance of OtherWMRunningError.
Constructor Details
#initialize(*_) ⇒ OtherWMRunningError
Returns a new instance of OtherWMRunningError.
37 38 39 |
# File 'lib/uh/wm.rb', line 37 def initialize *_ super 'another window manager is already running' end |