Exception: Seasar::Exception::S2RuntimeException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/seasar/exception/s2runtime-exception.rb

Overview

seasar用の例外です。

Instance Method Summary collapse

Constructor Details

#initializeS2RuntimeException

S2RuntimeExceptionを構築します。

  • args

    • none



30
31
32
# File 'lib/seasar/exception/s2runtime-exception.rb', line 30

def initialize
  super
end