Improve how collections are organized and internally and printed to HTML

This commit is contained in:
Alex Cabal 2020-05-22 16:22:46 -05:00
parent c8cacc4ace
commit aed7db7fc1
4 changed files with 23 additions and 15 deletions

View file

@ -0,0 +1,3 @@
<?
class InvalidCollectionException extends \Exception{
}