fuckery.exc module

pyFuckery - exc.py Created on 2/12/17.

Exception definitions

exception fuckery.exc.AddressError[source]

Bases: fuckery.exc.StorageError

Error related to address violations.

exception fuckery.exc.ExitCondition[source]

Bases: fuckery.exc.VMError

Error raised during a exit condition.

exception fuckery.exc.FuckeryError[source]

Bases: Exception

Base exception for pyFuckery errors.

exception fuckery.exc.StorageError[source]

Bases: fuckery.exc.FuckeryError

Error doing a memory operation.

exception fuckery.exc.VMError[source]

Bases: fuckery.exc.FuckeryError

Error related to the brainfuck VM