class Markov::Exceptions::EmptyTransitionTableException

Overview

Thrown when a method cannot execute due to a TransitionTable being empty.

Defined in:

Constructors

Constructor Detail

def self.new(method : String, message : String = "") #