Searched refs:ArgumentError (Results 1 - 10 of 10) sorted by relevance
/ontohub/spec/lib/ |
H A D | concurrency_balancer_spec.rb | 92 expect { ConcurrencyBalancer.sequential_lock { raise ArgumentError } }. 93 to raise_error(ArgumentError) 97 expect { ConcurrencyBalancer.sequential_lock { raise ArgumentError } }. 98 to raise_error(ArgumentError)
|
/ontohub/lib/uri_fetcher/ |
H A D | errors.rb | 4 class ArgumentError < ::ArgumentError; end class in class:UriFetcher.Errors 19 class TooManyRedirectionsError < ArgumentError
|
/ontohub/lib/ |
H A D | relation_list.rb | 31 raise ArgumentError, "invalid option: #{key}" 37 raise ArgumentError, "#{key} is not set" unless instance_variable_get("@#{key}")
|
H A D | state_updater.rb | 17 raise ArgumentError.new('No block given.') unless block_given?
|
H A D | permissionable.rb | 27 raise ArgumentError, "no user given" unless user.is_a? User
|
/ontohub/app/models/ontology/ |
H A D | mappings.rb | 30 raise ArgumentError, 'No hash given.' unless hash.is_a? Hash 37 source = Ontology.find_with_iri(source_iri) || (raise ArgumentError, 39 target = Ontology.find_with_iri(target_iri) || (raise ArgumentError,
|
H A D | symbols.rb | 7 raise ArgumentError, 'No hash given.' unless hash.is_a? Hash
|
/ontohub/lib/oops/ |
H A D | client.rb | 24 raise ArgumentError, 'options must include :url or :content'
|
/ontohub/git/lib/ |
H A D | ontohub_net.rb | 22 raise ArgumentError, "unknown cmd: #{cmd}" if access_right.nil?
|
/ontohub/app/models/repository/ |
H A D | importing.rb | 95 raise ArgumentError, "invalid source type: #{type}"
|
Completed in 202 milliseconds