Lines Matching refs:Exception
34 * @throws Exception when the file cannot be read or is not an image
39 throw new Exception('image file does not exist');
42 throw new Exception('image file is not readable');
47 throw new Exception('Failed to read image information');
128 * @throws Exception
143 * @throws Exception on invalid orientation
149 throw new Exception('Unknown rotation given');
166 * @throws Exception when both dimensions are zero
185 * @throws Exception when both dimensions are zero
193 throw new Exception('You can not crop to 0x0');
269 * @throws Exception
277 throw new Exception('You can not resize to 0x0');