Mercurial > pub > Impl
comparison Lib/IMPL/Web/Exception.pm @ 323:b56b1ec33b59
minor changes to support JSON in transformation from a query to an object
| author | sergey |
|---|---|
| date | Thu, 23 May 2013 18:40:26 +0400 |
| parents | 4ddb27ff4a0b |
| children |
comparison
equal
deleted
inserted
replaced
| 322:cca158327c47 | 323:b56b1ec33b59 |
|---|---|
| 32 Вызов исключения | 32 Вызов исключения |
| 33 | 33 |
| 34 =begin code | 34 =begin code |
| 35 | 35 |
| 36 use IMPL::require { | 36 use IMPL::require { |
| 37 WebException => 'IMPL::Web::WebException' | 37 WebException => 'IMPL::Web::Exception' |
| 38 }; | 38 }; |
| 39 | 39 |
| 40 sub MyWebHandler { | 40 sub MyWebHandler { |
| 41 # ... | 41 # ... |
| 42 | 42 |
