Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lti_consumer-xblock / lti_consumer / exceptions.py
Size: Mime:
"""
Exceptions for the LTI Consumer XBlock.
"""


class LtiError(Exception):
    """
    General error class for LTI XBlock.
    """