OutOfMemory

data class OutOfMemory(val message: String = "Out of memory") : CapstoneError(source)

Out of memory error

Constructors

Link copied to clipboard
constructor(message: String = "Out of memory")

Properties

Link copied to clipboard
open override val message: String