FileException.enforce

Make ErrnoException's enforce available

  1. alias enforce = ErrnoException.enforce
    class FileException
    alias enforce = ErrnoException.enforce
  2. void enforce(bool ok, cstring filename, FILE* handle, istring file, int line)

Meta