Source code for rex.utilities.exceptions
# -*- coding: utf-8 -*-
"""
Custom Exceptions and Errors
"""
[docs]
class MoninObukhovExtrapolationError(Exception):
"""
Custom error when WindResource._monin_obhukov_extrapolation fails
"""