Sha256: 95ecc8c80f7e411afeb4f93a6e7fc8ab96cf4f585875fcecc8a1b52a1f776a5b

Contents?: true

Size: 322 Bytes

Versions: 9

Compression:

Stored size: 322 Bytes

Contents

module Statesman
  class InvalidStateError < StandardError; end
  class InvalidTransitionError < StandardError; end
  class InvalidCallbackError < StandardError; end
  class GuardFailedError < StandardError; end
  class TransitionFailedError < StandardError; end
  class UnserializedMetadataError < StandardError; end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
statesman-0.6.1 lib/statesman/exceptions.rb
statesman-0.6.0 lib/statesman/exceptions.rb
statesman-0.5.0 lib/statesman/exceptions.rb
statesman-0.4.0 lib/statesman/exceptions.rb
statesman-0.3.0 lib/statesman/exceptions.rb
statesman-0.2.1 lib/statesman/exceptions.rb
statesman-0.2.0 lib/statesman/exceptions.rb
statesman-0.1.0 lib/statesman/exceptions.rb
statesman-0.0.1 lib/statesman/exceptions.rb