Raising custom exception

value_input = int(input())

if value_input < 12:
    raise ValueError