Exception: MPlayer::Error::BadCallName

Inherits:
BadCall show all
Defined in:
lib/easy_mplayer/errors.rb

Overview

not a valid command name

Instance Attribute Summary

Attributes inherited from BadCall

#args, #cmd

Instance Method Summary collapse

Methods inherited from BadCall

#called_as, #initialize

Constructor Details

This class inherits a constructor from MPlayer::Error::BadCall

Instance Method Details

#to_sObject



99
100
101
# File 'lib/easy_mplayer/errors.rb', line 99

def to_s
  super + "\nNo such command \"#{cmd.inspect}\""
end