mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
scala:Fix bug when companion class does not have apply() method, scala message pack throws exception.
This commit is contained in:
parent
1f372cf0cc
commit
fb59927d32
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ import scala.collection.JavaConverters._
|
|||
case e : ClassNotFoundException => {
|
||||
defCon
|
||||
}
|
||||
case e : NoSuchMethodException => {
|
||||
defCon
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue