Sha256: a75a9cb857ca9f5fd832bde1dfa9df4651910a610662f7371f863a164eec4bee
Contents?: true
Size: 372 Bytes
Versions: 4
Compression:
Stored size: 372 Bytes
Contents
# frozen_string_literal: true module Segmentor module Errors # NoSessionError is raised when there is no active or relevant session class NoSessionError < StandardError; end # SessionStateError is raised when the session status is not valid or the # change requested for the status is invalid class SessionStateError < StandardError; end end end
Version data entries
4 entries across 4 versions & 1 rubygems