Sha256: 4e2b7d943756ee7081dbb19670f7a2f815629c7968dedcf636852dd970069551

Contents?: true

Size: 209 Bytes

Versions: 13

Compression:

Stored size: 209 Bytes

Contents

module Kl
  # Internal errors represent inconsistent state within the compiler
  # or runtime environment. They are not catchable by application-level
  # code.
  class InternalError < StandardError
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
shen-ruby-0.10.0 lib/kl/internal_error.rb
shen-ruby-0.9.0 lib/kl/internal_error.rb
shen-ruby-0.8.1 lib/kl/internal_error.rb
shen-ruby-0.8.0 lib/kl/internal_error.rb
shen-ruby-0.7.0 lib/kl/internal_error.rb
shen-ruby-0.6.0 lib/kl/internal_error.rb
shen-ruby-0.5.0 lib/kl/internal_error.rb
shen-ruby-0.4.1 lib/kl/internal_error.rb
shen-ruby-0.4.0 lib/kl/internal_error.rb
shen-ruby-0.3.1 lib/kl/internal_error.rb
shen-ruby-0.3.0 lib/kl/internal_error.rb
shen-ruby-0.2.0 lib/kl/internal_error.rb
shen-ruby-0.1.0 lib/kl/internal_error.rb