Sha256: 71c877ebacd906aa6dd23a41e769de5ed8d8a4095b28ba4c9383a37950e1f88a
Contents?: true
Size: 269 Bytes
Versions: 9
Compression:
Stored size: 269 Bytes
Contents
# Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.com/terms.html require 'sqreen/exception' module Sqreen # When the token is not found class TokenNotFoundException < Sqreen::Exception; end end
Version data entries
9 entries across 9 versions & 1 rubygems