1: <?php 2: /* 3: * Copyright (c) 2016 Geraldo B. Landre 4: * 5: * See the file LICENSE for copying permission. 6: */ 7: namespace pgn\exceptions; 8: 9: class InvalidClassNameException extends PGNException{ 10: 11: } 12: