Skip to content

Commit 1900e10

Browse files
author
armando
committed
fix gestione tipi client
1 parent c44b6d8 commit 1900e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/GenericType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct( string $json = null ) {
2323

2424
foreach ( $obj as $key => $value ) {
2525
if( ! property_exists( $this, $key ) ) {
26-
throw new TypeException( sprintf( 'Does not exist "%s" property on Model %s', $key, get_class($this) ) );
26+
continue;
2727
}
2828

2929
if( is_object($value) ) {

0 commit comments

Comments
 (0)