marloncarvalho / darter

Simple and Efficient framework for creating RESTful APIs in Dart.
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Path: join method is throwing an incompatible exception #13

Closed marloncarvalho closed 9 years ago

marloncarvalho commented 9 years ago

The join method is throwing an exception that doesn't make any sense when a null object is passed. It should throw an ArgumentException instead.

marloncarvalho commented 9 years ago

Duplicated issue.