3 # $Release Version: 0.7 $
5 # by Keiju ISHITSUKA(keiju@ruby-lang.org)
16 extend Exception2MessageMapper
17 def_e2message TypeError, "wrong argument type %s (expected %s)"
19 def_exception :DirStackEmpty, "Directory stack empty."
20 def_exception :CantDefine, "Can't define method(%s, %s)."
21 def_exception :CantApplyMethod, "This method(%s) does not apply to this type(%s)."
22 def_exception :CommandNotFound, "Command not found(%s)."