Sha256: fd57682f4093020eff3ebf53cb0781959fddad40f44396a891e0380d3c8b88cc
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module LiquidDiagrams module Errors BasicError = Class.new(::StandardError) CommandNotFoundError = Class.new(BasicError) DiagramNotFoundError = Class.new(BasicError) RenderingFailedError = Class.new(BasicError) NotImplementedError = Class.new(BasicError) end end
Version data entries
4 entries across 4 versions & 1 rubygems