Skip to content

Commit

Permalink
Add a bit of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jul 4, 2024
1 parent 736ac50 commit 67766fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/shared/src/main/scala/krop/route/ParamParseFailure.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@

package krop.route

/** Represents a failure of a Param to parse a value
*
* Value is the value that failed to parse. Description is a description of the
* Param.
*/
final case class ParamParseFailure(value: String, description: String)

0 comments on commit 67766fd

Please sign in to comment.