/Error-Python

A simple function to add a new way to make a serve Errors to your user.

Primary LanguagePython

def error(message):

print("ERROR -", message)

#Example of Error Use

error("Your error message goes here")