Sha256: 83d10eb38d3f3f7cc36e0f588840c436dbe97732b275904c7d0faf86c047f409
Contents?: true
Size: 186 Bytes
Versions: 7
Compression:
Stored size: 186 Bytes
Contents
# frozen_string_literal: true module Vnstat ## # An exception that is raised when the vnstat CLI could not be found on the # machine. class ExecutableNotFound < Error end end
Version data entries
7 entries across 7 versions & 1 rubygems