VfsException constructor
const
VfsException(
- int returnCode
Implementation
const VfsException(this.returnCode) : assert(returnCode != 0);
const VfsException(this.returnCode) : assert(returnCode != 0);