naomichi-y/ecs_deployer

View on GitHub
lib/ecs_deployer/error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module EcsDeployer
  class Error < RuntimeError
  end
end