Sha256: c0cececf908875b35b07c0677c0686b8297ae35a1b450e7013c8c39585f1f2ee

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

# Raised when a general problem has occurred in the Units framework or some
# other error has occurred during its use.
class UnitsException < Exception
end


# Raised when a unit was expected but was not found.
class MissingUnitsException < UnitsException
end


# Raised when a unit was expected but more than one was found.
class AmbiguousUnitsException < UnitsException
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eymiha_units-0.1.0 lib/units/units_exception.rb