brandur/json_schema

use custom errors rather than just raise by itself

skippy opened this issue · 1 comments

ie, do raise MyCustomError.new "some useful error msg" rather than raise "some useful error msg"

thanks!

Added a patch in #52. Can you take a look? Thanks!