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 {}

Meta