mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-28 15:32:16 +00:00
12 lines
202 B
C#
12 lines
202 B
C#
using System;
|
|
|
|
namespace Plugins.ObjectPool
|
|
{
|
|
public class PoolException : Exception
|
|
{
|
|
public PoolException(string insufficientTexturesInPool)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |