using System; namespace Plugins.ObjectPool { public class PoolException : Exception { public PoolException(string insufficientTexturesInPool) { } } }