Sha256: fe0b299a9379f6f56fd0ed2510a26ff1b8e56660e5340eb32f11029972cfa9e9
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
# Global Ajaxlibs exception class Ajaxlibs::Exception < StandardError end # LibraryNotFound exception, raised if library was not found class Ajaxlibs::Exception::LibraryNotFound < Ajaxlibs::Exception end # VersionNotFound exception, raised if particular version of a library was not found class Ajaxlibs::Exception::VersionNotFound < Ajaxlibs::Exception end
Version data entries
9 entries across 9 versions & 1 rubygems