misc: 에러 확인을 위해 추가 메시지
This commit is contained in:
@@ -107,7 +107,7 @@ class DefaultConverter implements Converter
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new \Exception('DefaultConverter can not convert '.gettype($raw).": $name");
|
throw new \Exception('DefaultConverter can not convert '.gettype($raw).": $name as ".join('|', $this->types));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function convertTo(mixed $data): string|array|int|float|bool|null
|
public function convertTo(mixed $data): string|array|int|float|bool|null
|
||||||
|
|||||||
Reference in New Issue
Block a user