Method: Arrow::Exception#initialize
- Defined in:
- lib/arrow/exceptions.rb
#initialize(message = nil) ⇒ Exception
Returns a new instance of Exception.
8 9 10 11 |
# File 'lib/arrow/exceptions.rb', line 8 def initialize( =nil ) ||= self.class.const_get( "Message" ) super( ) end |