RegionAllocatorException

The exception that is thrown on invalid use of $(RegionAllocator) and RegionAllocatorStack. This exception is not thrown on out of memory. An OutOfMemoryError is thrown instead.

version(noscid)
class RegionAllocatorException : Exception {}

Constructors

this
this(string msg, string file, int line)
Undocumented in source.

Meta