rotisserie/eris

Unwrapping Opaque errors

morningvera opened this issue · 1 comments

Have an is() method for Unwrap to check for opaqueness

Ways to error match

  1. Deep string search
  2. Simple strings contain
  3. String split based on message formatter

Closing as duplicate of #34