Source code for pyramid_storage.exceptions

# -*- coding: utf-8 -*-


[docs]class FileNotAllowed(Exception): """ Thrown if file does not have an allowed extension. """