@@ -33,13 +33,13 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | class MultipleObjectsReturnedException extends \Exception implements IMapperException { |
| 35 | 35 | |
| 36 | - /** |
|
| 37 | - * Constructor |
|
| 38 | - * @param string $msg the error message |
|
| 39 | - * @since 7.0.0 |
|
| 40 | - */ |
|
| 41 | - public function __construct($msg){ |
|
| 42 | - parent::__construct($msg); |
|
| 43 | - } |
|
| 36 | + /** |
|
| 37 | + * Constructor |
|
| 38 | + * @param string $msg the error message |
|
| 39 | + * @since 7.0.0 |
|
| 40 | + */ |
|
| 41 | + public function __construct($msg){ |
|
| 42 | + parent::__construct($msg); |
|
| 43 | + } |
|
| 44 | 44 | |
| 45 | 45 | } |
@@ -33,13 +33,13 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | class DoesNotExistException extends \Exception implements IMapperException { |
| 35 | 35 | |
| 36 | - /** |
|
| 37 | - * Constructor |
|
| 38 | - * @param string $msg the error message |
|
| 39 | - * @since 7.0.0 |
|
| 40 | - */ |
|
| 41 | - public function __construct($msg){ |
|
| 42 | - parent::__construct($msg); |
|
| 43 | - } |
|
| 36 | + /** |
|
| 37 | + * Constructor |
|
| 38 | + * @param string $msg the error message |
|
| 39 | + * @since 7.0.0 |
|
| 40 | + */ |
|
| 41 | + public function __construct($msg){ |
|
| 42 | + parent::__construct($msg); |
|
| 43 | + } |
|
| 44 | 44 | |
| 45 | 45 | } |