GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/ingenue.git
master
SoC2009: Web-based application to generate Linux systems for installation
Eitan Mosenkis (eudyptula) <eitan@mosenkis.net>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared
/
functions
/
throw_exception.php
blob: 6a9c288c6326021862b39098ce551b2e9e7e7a22 (
plain
)
1
2
3
4
5
<?php
function
throw_exception
(
$msg
=
''
)
{
throw
new
Exception
(
$msg
);
}
?>