vim-rana-local/plugin/packages/wakatime/exceptions.py

15 lines
278 B
Python
Raw Normal View History

2015-09-29 10:10:32 +00:00
# -*- coding: utf-8 -*-
"""
wakatime.exceptions
~~~~~~~~~~~~~~~~~~~
Custom exceptions.
:copyright: (c) 2015 Alan Hamlett.
:license: BSD, see LICENSE for more details.
"""
class NotYetImplemented(Exception):
"""This method needs to be implemented."""