de.sciss.synth.AllocatorExhausted.scala Maven / Gradle / Ivy
/*
* AllocatorExhausted.scala
* (ScalaCollider)
*
* Copyright (c) 2008-2019 Hanns Holger Rutz. All rights reserved.
*
* This software is published under the GNU Lesser General Public License v2.1+
*
*
* For further information, please contact Hanns Holger Rutz at
* [email protected]
*/
package de.sciss.synth
final case class AllocatorExhausted(reason: String) extends RuntimeException(reason)