LeveldbException.this

Take regular D strings for errors

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

Meta