Sha256: ad22140d4483c8a0aadcfe782bf7d00cc8503f5dd7180f666d1fd20c85678e41
Contents?: true
Size: 286 Bytes
Versions: 10
Compression:
Stored size: 286 Bytes
Contents
# typed: ignore # 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
10 entries across 10 versions & 1 rubygems