Sha256: c1bd62d6f20236a5135cfacc821f319eafeaf3edb5d9c978a04627f634bd466b
Contents?: true
Size: 414 Bytes
Versions: 12
Compression:
Stored size: 414 Bytes
Contents
# -*- encoding: UTF-8 -*- require 'csd/error' module CSD module Error module Graphics # See 'csd/error' to find out which status code range has been assigned to Graphics class CardNotSupported < CSDError; status_code(300); end class Amd64NotSupported < CSDError; status_code(301); end class XServerStillRunning < CSDError; status_code(302); end end end end
Version data entries
12 entries across 12 versions & 1 rubygems