index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrblib
/
error.rb
Age
Commit message (
Collapse
)
Author
2016-08-19
renamed class.rb and error.rb to ensure they are read first; ref #3197
Yukihiro "Matz" Matsumoto
2015-08-17
delete duplicate definition of Exception.exception
cremno
It overwrote the original definition in src/error.c, line 446.
2014-08-08
move StopIteration to core; close #2518
Yukihiro "Matz" Matsumoto
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-05-10
Delete unused NameError#new. And add test.
yui-knk
2013-04-04
Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ↵
Masaki Muranaka
2nd argument for `NameError.new` in C API.
2012-09-09
mrb might be intialized incompletely from mrbc; close #457
Yukihiro Matsumoto
2012-06-18
move exception definiton to mrblib
Yukihiro Matsumoto
2012-06-15
remove LoadError
Yukihiro Matsumoto
2012-06-15
Move Subclasses of ScriptError to mrblib.
Masaki Muranaka
2012-06-12
Kernel.eval to raise NotImplementedError
Yukihiro Matsumoto
2012-05-03
Add documentation to Exception
Daniel Bovensiepen
2012-04-20
add mruby sources
mimaki