D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
ruby
/
shell
/
Filename :
error.rb
back
Copy
# frozen_string_literal: false # # shell/error.rb - # $Release Version: 0.7 $ # $Revision: 53141 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "e2mmap" class Shell module Error extend Exception2MessageMapper def_e2message TypeError, "wrong argument type %s (expected %s)" def_exception :DirStackEmpty, "Directory stack empty." def_exception :CantDefine, "Can't define method(%s, %s)." def_exception :CantApplyMethod, "This method(%s) does not apply to this type(%s)." def_exception :CommandNotFound, "Command not found(%s)." end end
Name
Size
Last Modified
Owner
Permissions
Actions
builtin-command.rb
2.43
KB
April 05 2021 11:46:35
root
0644
command-processor.rb
18.698
KB
April 05 2021 11:46:35
root
0644
error.rb
0.59
KB
April 05 2021 11:46:35
root
0644
filter.rb
2.587
KB
April 05 2021 11:46:35
root
0644
process-controller.rb
7.514
KB
April 05 2021 11:46:35
root
0644
system-command.rb
3.588
KB
April 05 2021 11:46:35
root
0644
version.rb
0.279
KB
April 05 2021 11:46:35
root
0644
2017 © D7net | D704T team