LeveldbException.this

LevelDB returns errors as an internal char*

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

Meta