Class: Uh::WM::OtherWMRunningError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/uh/wm.rb

Instance Method Summary collapse

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