Exceptions

Custom Exceptions for Copcon.

This module defines custom exception classes used throughout the Copcon application.

exception copcon.exceptions.ClipboardError

Bases: Exception

Exception raised when clipboard operations fail.

exception copcon.exceptions.FileReadError

Bases: Exception

Exception raised when a file cannot be read.