class Markov::Exceptions::InvalidSeedException

Overview

Thrown when a method cannot execute due to an invalid seed.

Defined in:

markov/exceptions.cr

Constructors

Constructor Detail

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

[View source]