package com.errors
{
	public class ImageError
	{
		public static const WRONG_FORMAT:uint = 0;
		public static const OUT_OF_DIMENSIONS:uint = 1;
	}
}