The OpenD Programming Language

FileError

File Error

Constructors

this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Throwable next, string file, size_t line)

Alias This

toMutable

Inherited Members

From Error

bypassedException
Throwable bypassedException;

The first Exception which was bypassed when this Error was thrown, or null if no Exceptions were pending.

Meta