richthegeek / phpsass

A compiler for SASS/SCSS written in PHP, brought up to date (approx 3.2) from a fork of PHamlP: http://code.google.com/p/phamlp/
http://phpsass.com/
382 stars 83 forks source link

Improve Exception Text: exception 'SassScriptFunctionException' with message 'SassString must be a SassColour' in /.../PHPSass/script/literals/SassLiteral.php:337 #97

Open kaystrobach opened 11 years ago

kaystrobach commented 11 years ago

Would be nice, if the exception text would point to the correct place of failure ;) This should be taken into account for all exceptions, which are thrown because of syntax problems.