VfsException constructor

const VfsException(
  1. int returnCode
)

Implementation

const VfsException(this.returnCode) : assert(returnCode != 0);