File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/fauxhai-ng-8.2.0/lib/fauxhai/

Viewing File: exception.rb

module Fauxhai
  module Exception
    class InvalidPlatform < ArgumentError; end
    class InvalidVersion < ArgumentError; end
  end
end