class Roda::RodaPlugins::TypecastParams::ProgrammerError

  1. lib/roda/plugins/typecast_params.rb
Superclass: RodaError

Exception class for errors that are caused by misuse of the API by the programmer. These are different from Error which are raised because the submitted parameters do not match what is expected. Should probably be treated as a 5xx error.