module Permissive class PermissionError < StandardError; end; class InvalidPermissionError < StandardError; end; end