Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Sep 2, 2015
1 parent 7e1f505 commit f7e14c8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/Exception/InstantiableException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/

namespace Iono\ProtoType\Container\Exception;

/**
* Class InstantiableException
*
* @package Iono\ProtoType\Container\Exception
* @author yuuki.takezawa<yuuki.takezawa@comnect.jp.net>
*/
class InstantiableException extends \Exception
{

}

0 comments on commit f7e14c8

Please sign in to comment.