Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
879cd1dc
Commit
879cd1dc
authored
Nov 30, 2000
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed exceptions
parent
63cb87bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lib/python/Interface/Exceptions.py
lib/python/Interface/Exceptions.py
+2
-3
No files found.
lib/python/Interface/Exceptions.py
View file @
879cd1dc
...
...
@@ -27,14 +27,13 @@ class BrokenMethodImplementation(Exception):
"""An method is not completely implemented.
"""
def
__init__
(
self
,
method
,
name
):
def
__init__
(
self
,
method
):
self
.
method
=
method
self
.
name
=
name
def
__str__
(
self
):
return
"""An object has failed to implement the method %(method)s
The
%(name)s signature attribut
e is incorrect.
The
signatur
e is incorrect.
"""
%
self
.
__dict__
class
InvalidInterface
(
Exception
):
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment