@@ -19,6 +19,10 @@ |
||
19 | 19 | */ |
20 | 20 | public $error_info = array(); |
21 | 21 | |
22 | + /** |
|
23 | + * @param string $error_code |
|
24 | + * @param string $data |
|
25 | + */ |
|
22 | 26 | public function __construct( $error_code, $data ) { |
23 | 27 | |
24 | 28 | $this->errors_handler = new Errors(); |