LeveldbException.this

LevelDB returns errors as an internal char*

  1. this(const(char*) errptr, string file, size_t line, Throwable next)
    class LeveldbException
    this
    (
    const(char*) errptr
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )
  2. this(string errstr, string file, size_t line, Throwable next)
  3. this(string file, size_t line, Throwable next)

Meta