Skip to content

exceptions

browsr.exceptions

FileSizeError #

Bases: Exception

File Too Large Error

Source code in browsr/exceptions.py
6
7
8
9
class FileSizeError(Exception):
    """
    File Too Large Error
    """