class OTerm::CommandError
Public Class Methods
new(cmd)
click to toggle source
Calls superclass method
# File lib/oterm/errors.rb, line 5 def initialize(cmd) super("#{cmd} is not a valid command") end