Chris@2: , Sebastian Heuer , Sebastian Bergmann Chris@2: * Chris@2: * For the full copyright and license information, please view the LICENSE Chris@2: * file that was distributed with this source code. Chris@2: */ Chris@2: Chris@2: namespace PharIo\Manifest; Chris@2: Chris@2: class InvalidApplicationNameException extends \InvalidArgumentException implements Exception { Chris@2: const NotAString = 1; Chris@2: const InvalidFormat = 2; Chris@2: }