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

Version Path
sqreen-1.25.1 lib/sqreen/token_not_found_exception.rb
sqreen-1.25.0 lib/sqreen/token_not_found_exception.rb
sqreen-1.24.3 lib/sqreen/token_not_found_exception.rb
sqreen-1.24.2 lib/sqreen/token_not_found_exception.rb
sqreen-1.24.1 lib/sqreen/token_not_found_exception.rb
sqreen-1.24.0 lib/sqreen/token_not_found_exception.rb
sqreen-1.23.2 lib/sqreen/token_not_found_exception.rb
sqreen-1.23.1 lib/sqreen/token_not_found_exception.rb
sqreen-1.23.0 lib/sqreen/token_not_found_exception.rb
sqreen-1.22.1 lib/sqreen/token_not_found_exception.rb