mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-02-11 06:46:02 +00:00
Sparks: Assets, 1.5.1
http://getsparks.org/packages/assets/versions/HEAD/show Creates our minified and combined .js and .css files
This commit is contained in:
15
sparks/assets/1.5.1/libraries/coffeescript/Error.php
Executable file
15
sparks/assets/1.5.1/libraries/coffeescript/Error.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace CoffeeScript;
|
||||
|
||||
Init::init();
|
||||
|
||||
class Error extends \Exception
|
||||
{
|
||||
function __construct($message)
|
||||
{
|
||||
$this->message = $message;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user