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