class Syntropy::ValidationError

def initialize(msg)

def initialize(msg)
  super(Qeweney::Status::BAD_REQUEST, msg)
end