new(status = 0, error_message = "") -> SystemExit
SystemExit オブジェクトを生成して返します。
例:
ex = SystemExit.new(1) p ex.status # => 1