Page MenuHomeWickedGov Phorge

InvalidApplicationNameException.php
No OneTemporary

Size
561 B
Referenced Files
None
Subscribers
None

InvalidApplicationNameException.php

<?php declare(strict_types = 1);
/*
* This file is part of PharIo\Manifest.
*
* Copyright (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de> and contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
*/
namespace PharIo\Manifest;
use InvalidArgumentException;
class InvalidApplicationNameException extends InvalidArgumentException implements Exception {
public const InvalidFormat = 2;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 20:34 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
47/b7/fcad17815cb52e5bedff2406e08b
Default Alt Text
InvalidApplicationNameException.php (561 B)

Event Timeline