class Markov::Exceptions::EmptyTransitionMatrixException

Overview

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

Defined in:

Constructors

Constructor Detail

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