LeveldbException.this

Take regular D strings for errors

  1. this(const(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
    )
  3. this(string file, size_t line, Throwable next)

Meta