< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(自分と同じ返事先を持つ)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
2011/8/4 Aaron Patterson <aaron / tenderlovemaking.com>:
> If the exceptions are not exceptional, that makes me wonder why are they
> exceptions at all? Since these aren't really exceptional cases, I would
> prefer not to rescue.
They are errors defined by OS.
It is usual to map OS errors to exceptions Errno::*.
--
Tanaka Akira