Exception: MxxRu::InvalidValueEx

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

Overview

Exception, thrown if some value is invalid in current context.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidValueEx

Returns a new instance of InvalidValueEx.



155
156
157
# File 'lib/mxx_ru/ex.rb', line 155

def initialize( msg )
  super( msg )
end