LeveldbException.this

Take regular D strings for errors

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

Meta