maclennann/s3crets

View on GitHub
lib/s3crets/error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module S3crets
  # A standard error with a different name
  # for identifying errors internal to S3crets
  class Error < StandardError
  end
end