Sha256: 2607ab707991a13ec9af3b776529d4098e12b4f82a2d9e974263458306dcd80e
Contents?: true
Size: 203 Bytes
Versions: 18
Compression:
Stored size: 203 Bytes
Contents
require_relative 'pantograph_exception' module PantographCore class Interface class PantographCrash < PantographException def prefix '[PANTOGRAPH_CRASH]' end end end end
Version data entries
18 entries across 18 versions & 1 rubygems