Skip to content

Commit

Permalink
Add Argument.reportUnhandled() to API.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Oct 5, 2013
1 parent 7644db1 commit c15bb6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/aufdemrand/denizen/objects/aH.java
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ public <T extends dObject> T asType(Class<? extends dObject> clazz) {

return null;
}

public void reportUnhandled() {
dB.echoDebug("Unhandled argument: " + raw_value);
}
}


Expand Down

0 comments on commit c15bb6d

Please sign in to comment.