SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Throw an exception when readFile can't find the file. #160

Closed hatashiro closed 9 years ago

hatashiro commented 9 years ago

Currently Resouce.fromFile doesn't throw an exception when there's no file for the provided path. According to the scala-io document, it should do. I fixed the problem with check the file existance and throw an exception manually.

hatashiro commented 9 years ago

@sgkim126 @kimchoco review this please.

ghost commented 9 years ago

Good!

hatashiro commented 9 years ago

Merged.