summaryrefslogtreecommitdiffhomepage
path: root/mrblib/error.rb
AgeCommit message (Expand)Author
2016-08-19renamed class.rb and error.rb to ensure they are read first; ref #3197Yukihiro "Matz" Matsumoto
2015-08-17delete duplicate definition of Exception.exceptioncremno
2014-08-08move StopIteration to core; close #2518Yukihiro "Matz" Matsumoto
2014-06-02Implement `NoMethodError#args`.take_cheeze
2014-05-10Delete unused NameError#new. And add test.yui-knk
2013-04-04Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ...Masaki Muranaka
2012-09-09mrb might be intialized incompletely from mrbc; close #457Yukihiro Matsumoto
2012-06-18move exception definiton to mrblibYukihiro Matsumoto
2012-06-15remove LoadErrorYukihiro Matsumoto
2012-06-15Move Subclasses of ScriptError to mrblib.Masaki Muranaka
2012-06-12Kernel.eval to raise NotImplementedErrorYukihiro Matsumoto
2012-05-03Add documentation to ExceptionDaniel Bovensiepen
2012-04-20add mruby sourcesmimaki