Exception: MxxRu::InvalidCastEx

Inherits:
Ex
  • Object
show all
Defined in:
lib/mxx_ru/ex.rb

Overview

Exception, thrown if returned object type is not expected.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidCastEx

Returns a new instance of InvalidCastEx.



47
48
49
# File 'lib/mxx_ru/ex.rb', line 47

def initialize( msg )
  super( msg )
end