p2pfl.exceptions moduleΒΆ Exceptions for the p2pfl package. exception p2pfl.exceptions.LearnerRunningException[source]ΒΆ Bases: Exception Learner not set exception. exception p2pfl.exceptions.NodeRunningException[source]ΒΆ Bases: Exception Node not running exception. exception p2pfl.exceptions.ZeroRoundsException[source]ΒΆ Bases: Exception Zero rounds exception.