PHPackages                             joungkyun/myexception - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. joungkyun/myexception

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

joungkyun/myexception
=====================

This is extended php exception.

1.0.2(8y ago)020BSD-2-ClausePHPPHP &gt;=5.0.0

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/OOPS-ORG-PHP/myException)[ Packagist](https://packagist.org/packages/joungkyun/myexception)[ Docs](https://github.com/OOPS-ORG-PHP/myException)[ RSS](/packages/joungkyun-myexception/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (2)Used By (0)

myException pear package
========================

[](#myexception-pear-package)

[![GitHub license](https://camo.githubusercontent.com/2b599ab1ace97388d4375b87919f92781a1a61d016fe640a5c4d15fc365deed1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d626c75652e737667)](https://camo.githubusercontent.com/2b599ab1ace97388d4375b87919f92781a1a61d016fe640a5c4d15fc365deed1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d626c75652e737667)

License
-------

[](#license)

Copyright (c) 2018 JoungKyun.Kim &lt;&gt; All rights reserved

This program is under BSD license

Description
-----------

[](#description)

This is extended php exception.

Installation
------------

[](#installation)

We recommand to install with pear command cause of dependency pear packages.

### 1. use pear command

[](#1-use-pear-command)

```
[root@host ~]$ # add pear channel 'pear.oops.org'
[root@host ~]$ pear channel-discover pear.oops.org
Adding Channel "pear.oops.org" succeeded
Discovery of channel "pear.oops.org" succeeded
downloading myException-1.0.1.tgz ...
Starting to download myException-1.0.1.tgz (3,048 bytes)
...done: 3,048 bytes
install ok: channel://pear.oops.org/myException-1.0.1
[root@host ~]$
```

If you wnat to upgarde version:

```
[root@host ~]$ pear upgrade oops/myException
```

### 2. use composer

[](#2-use-composer)

1. first, make composer.json as follow:

    ```
    {
        "require": {
            "joungkyun/myexception": "1.0.*"
        }
    }
    ```
2. and, install myException package

    ```
    [user@host project]$ php composer.phpt install
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Package operations: 1 install, 0 updates, 0 removals
      - Installing joungkyun/myexception (1.0.1): Downloading (100%)
    Writing lock file
    Generating autoload files
    [user@host project]$
    ```

### 3. install by hand

[](#3-install-by-hand)

Get last release at  and uncompress pakcage within PHP include\_path.

Usages
------

[](#usages)

Refence siste:

reference is written by Korean. If you can't read korean, use [google translator](https://translate.google.com/translate?hl=ko&sl=ko&tl=en&u=http%3A%2F%2Fpear.oops.org%2Fdocs%2FmyException%2FmyException.html).

```
