class PalmCivet::InvalidByteQuantityError
Public Class Methods
new(msg="byte quantity must be a positive integer with a unit of measurement like M, MB, MiB, G, GiB, or GB")
click to toggle source
Calls superclass method
# File lib/palm_civet.rb, line 12 def initialize(msg="byte quantity must be a positive integer with a unit of measurement like M, MB, MiB, G, GiB, or GB") super end