Sha256: 1966b7cd41b8d7e8cd7a04d9a38d2412d57e35e2338b2e231838c5a7e10c38a8

Contents?: true

Size: 139 Bytes

Versions: 12

Compression:

Stored size: 139 Bytes

Contents

module Stateflow
  class NoTransitionFound < Exception; end
  class NoStateFound < Exception; end
  class NoEventFound < Exception; end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stateflow-0.5.0.beta lib/stateflow/exception.rb
stateflow-0.4.2 lib/stateflow/exception.rb
stateflow-0.4.1 lib/stateflow/exception.rb
stateflow-0.4.0 lib/stateflow/exception.rb
stateflow-0.3.0 lib/stateflow/exception.rb
stateflow-0.2.3 lib/stateflow/exception.rb
stateflow-0.2.2 lib/stateflow/exception.rb
stateflow-0.2.1 lib/stateflow/exception.rb
stateflow-0.2.0 lib/stateflow/exception.rb
stateflow-0.1.2 lib/stateflow/exception.rb
stateflow-0.1.1 lib/stateflow/exception.rb
stateflow-0.1.0 lib/stateflow/exception.rb