Skip to content

Commit

Permalink
change namespace
Browse files Browse the repository at this point in the history
add license
  • Loading branch information
Jan Runte committed Apr 19, 2019
1 parent 6e11782 commit 7b000f4
Show file tree
Hide file tree
Showing 71 changed files with 200 additions and 199 deletions.
8 changes: 4 additions & 4 deletions Classes/EmptyArgument.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ArgumentScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ArgumentScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyConfiguration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ConfigurationScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ConfigurationScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyDeclaration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\DeclarationScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\DeclarationScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyDefinition.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\DefinitionScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\DefinitionScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyObject.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ObjectScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ObjectScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyProperty.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\PropertyScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\PropertyScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyReference.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ReferenceScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ReferenceScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/EmptyValue.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ValueScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ValueScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidAccess.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\AccessScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\AccessScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidAction.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ActionScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ActionScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidArgument.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ArgumentScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ArgumentScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidConfiguration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ConfigurationScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ConfigurationScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidDeclaration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\DeclarationScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\DeclarationScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidDefinition.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\DefinitionScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\DefinitionScope;

/**
*
Expand Down
8 changes: 4 additions & 4 deletions Classes/InvalidDependency.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,9 +14,9 @@
*/

use Exception;
use JBR\Exceptionist\Reason\CompatibilityReason;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\DependencyScope;
use JayBeeR\Exceptionist\Reason\CompatibilityReason;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\DependencyScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidMethod.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\MethodScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\MethodScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidObject.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ObjectScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ObjectScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidProperty.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\PropertyScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\PropertyScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidReference.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ReferenceScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ReferenceScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidType.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\TypeScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\TypeScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/InvalidValue.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\InvalidityReason;
use JBR\Exceptionist\Scope\ValueScope;
use JayBeeR\Exceptionist\Reason\InvalidityReason;
use JayBeeR\Exceptionist\Scope\ValueScope;

/**
*
Expand Down
6 changes: 3 additions & 3 deletions Classes/MissingAccess.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JBR\Exceptionist;
<?php namespace JayBeeR\Exceptionist;

/*
* This file is part of the TYPO3 CMS project.
Expand All @@ -14,8 +14,8 @@
*/

use Exception;
use JBR\Exceptionist\Reason\DeficiencyReason;
use JBR\Exceptionist\Scope\AccessScope;
use JayBeeR\Exceptionist\Reason\DeficiencyReason;
use JayBeeR\Exceptionist\Scope\AccessScope;

/**
*
Expand Down
Loading

0 comments on commit 7b000f4

Please sign in to comment.