UnknownErrorWhileMappingException
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 1
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 1
dl 0
loc 1
c 0
b 0
f 0
1
<?php
2
3
namespace WideImage\Exception;
4
5
/**
6
 * Thrown when an image can't be saved (returns false by the mapper)
7
 *
8
 * @package Exceptions
9
 */
10
class UnknownErrorWhileMappingException extends Exception {}
11