class MxxRu::InvalidCastEx

Exception, thrown if returned object type is not expected.

Public Class Methods

new( msg ) click to toggle source
Calls superclass method
# File lib/mxx_ru/ex.rb, line 47
def initialize( msg )
  super( msg )
end