11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
/*
|
|
Author: Lorenzo Giacomelli
|
|
Creation Date: 08/gen/2016
|
|
*/
|
|
|
|
class MediaException extends CoreException{
|
|
|
|
}
|
|
|
|
?>
|