Exception: Roda::RodaPlugins::TypecastParams::ProgrammerError
- Inherits:
-
Roda::RodaError
- Object
- StandardError
- Roda::RodaError
- Roda::RodaPlugins::TypecastParams::ProgrammerError
- Defined in:
- lib/roda/plugins/typecast_params.rb
Overview
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.