class documentation

class ValidationError(Exception): (source)

Known subclasses: klein.interfaces.ValueAbsent

View In Hierarchy

Method __init__ Initialize a ValidationError with a message to show to the user.
Instance Variable message Undocumented
def __init__(self, message): (source)

Initialize a ValidationError with a message to show to the user.

Parameters
message:objectUndocumented
message = (source)

Undocumented