Commit 7c9913f5 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

feat: add DateWarning class

parent c5f7a0f2
......@@ -2,3 +2,9 @@ class LatitudeError(ValueError):
"""Error for invalid Latitude Value"""
pass
class DateWarning(Warning):
"""Warnning for Datetime Value"""
pass
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment