thekompanee/chamber

View on GitHub
lib/chamber/errors/decryption_failure.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module  Chamber
module  Errors
class   DecryptionFailure < RuntimeError
end
end
end