You are here

function _evoc_load__error_handler in RDF Extensions 7.2

File

evoc/evoc.load_vocab.inc, line 3

Code

function _evoc_load__error_handler($errno, $errstr) {
  throw new Exception($errstr);
}