We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44b6d8 commit 1900e10Copy full SHA for 1900e10
src/Types/GenericType.php
@@ -23,7 +23,7 @@ public function __construct( string $json = null ) {
23
24
foreach ( $obj as $key => $value ) {
25
if( ! property_exists( $this, $key ) ) {
26
- throw new TypeException( sprintf( 'Does not exist "%s" property on Model %s', $key, get_class($this) ) );
+ continue;
27
}
28
29
if( is_object($value) ) {
0 commit comments