Exception: ExceptionAssert

Inherits:
Exception
  • Object
show all
Defined in:
lib/Keepyourhead/Utils.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ExceptionAssert

Returns a new instance of ExceptionAssert.



87
88
89
# File 'lib/Keepyourhead/Utils.rb', line 87

def initialize(msg)
	super msg
end