0.01011500
- More tests to improve general function coverage.
generate_exception
is gone, depercated.- Replace:
generate_exception($class , $message)->throw()
with_gen_tree($full_class)->throw( $message )
- Coverage testing detected a missing exception class, fixed in this
release. - All
tied()
methods now tested to some degree to work.