You are here

function error in Sassy 7

1 call to error()
sassc.php in phamlp/sassc.php

File

phamlp/sassc.php, line 7

Code

function error($msg) {
  fwrite(STDERR, $msg . "\n");
}